var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(32.6537,-116.96)};var g_6fd6b19f1b2a8d3f9f402df3c5e05d30 = new google.maps.Geocoder();g_6fd6b19f1b2a8d3f9f402df3c5e05d30.geocode( { 'address': "2453 Fenton St c, Chula Vista, CA 91914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-ana-maria-giraldez').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-ana-maria-giraldez'), mapOptions);}document.getElementById('b0fc10f2').innerHTML += ' | View Map';var $l6fd6b19f1b2a8d3f9f402df3c5e05d30 = '

Ana Maria Giraldez

Address: 2453 Fenton St c, Chula Vista, CA 91914, USA
Phone: (619) 422-8080 ext.
';var m_6fd6b19f1b2a8d3f9f402df3c5e05d30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ana Maria Giraldez',});m_6fd6b19f1b2a8d3f9f402df3c5e05d30['infowindow'] = new google.maps.InfoWindow({content: $l6fd6b19f1b2a8d3f9f402df3c5e05d30});var infowindow = new google.maps.InfoWindow({content: $l6fd6b19f1b2a8d3f9f402df3c5e05d30});google.maps.event.addListener(m_6fd6b19f1b2a8d3f9f402df3c5e05d30, 'click', function() {infowindow.open(map,m_6fd6b19f1b2a8d3f9f402df3c5e05d30);});$marker.push(m_6fd6b19f1b2a8d3f9f402df3c5e05d30);}});}google.maps.event.addDomListener(window, 'load', initialize);