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.5841,-117.114)};var g_19b456abc54f3472d0a15cb825adba71 = new google.maps.Geocoder();g_19b456abc54f3472d0a15cb825adba71.geocode( { 'address': "936 Palm Ave, Imperial Beach, CA 91932, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('imperial-beach-CA-derek-jones-insurance-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('imperial-beach-CA-derek-jones-insurance-services-inc'), mapOptions);}document.getElementById('169b6f18').innerHTML += ' | View Map';var $l19b456abc54f3472d0a15cb825adba71 = '

Derek Jones Insurance Services Inc.

Address: 936 Palm Ave, Imperial Beach, CA 91932, USA
Phone: (619) 420-4927
';var m_19b456abc54f3472d0a15cb825adba71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Derek Jones Insurance Services Inc.',});m_19b456abc54f3472d0a15cb825adba71['infowindow'] = new google.maps.InfoWindow({content: $l19b456abc54f3472d0a15cb825adba71});var infowindow = new google.maps.InfoWindow({content: $l19b456abc54f3472d0a15cb825adba71});google.maps.event.addListener(m_19b456abc54f3472d0a15cb825adba71, 'click', function() {infowindow.open(map,m_19b456abc54f3472d0a15cb825adba71);});$marker.push(m_19b456abc54f3472d0a15cb825adba71);}});}google.maps.event.addDomListener(window, 'load', initialize);