<?php require_once('../gmap.php'); 

$gmap = new GMap();
$gmap->showLocation(addslashes("New York, NY")); 
?>

<div id="gmap" style="height:300px"></div>