*/ require_once 'phoogle.php'; $map = new PhoogleMap(); $map->setAPIKey("ABQIAAAA0ksKqHM3yT_xmOPe0DANGRRMlCWGe88WcLmN582t1mFB9gpW6hTvRlzTS-LCJ8nFoD2AGi5vq0X-Yg"); ?> printGoogleJS(); ?> addAddress('208 Dingler Ave, Mooresville, NC 28115'); $map->addAddress('210 Doster Ave, Mooresville, NC 28115'); $map->addAddress('300 Dingler Ave, Mooresville, NC 28115'); $map->showMap(); ?>

The following points are displayed on the map:

(displayed using a table with an id of "my_table")

showValidPoints("table","my_table"); ?>

(dispayed using an unordered list with an id of "my_list")

showValidPoints("list","my_list"); ?>