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(33.037,-117.292)};var g_4d89c2441591328e732fea57475ccf8c = new google.maps.Geocoder();g_4d89c2441591328e732fea57475ccf8c.geocode( { 'address': "Encinitas, CA 92024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('encinitas-CA-shaffer-realty-and-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('encinitas-CA-shaffer-realty-and-mortgage'), mapOptions);}document.getElementById('34e6b459').innerHTML += ' | View Map';var $l4d89c2441591328e732fea57475ccf8c = '

Shaffer Realty And Mortgage

Address: Encinitas, CA 92024, USA
Phone: (760) 634-9700
';var m_4d89c2441591328e732fea57475ccf8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shaffer Realty And Mortgage',});m_4d89c2441591328e732fea57475ccf8c['infowindow'] = new google.maps.InfoWindow({content: $l4d89c2441591328e732fea57475ccf8c});var infowindow = new google.maps.InfoWindow({content: $l4d89c2441591328e732fea57475ccf8c});google.maps.event.addListener(m_4d89c2441591328e732fea57475ccf8c, 'click', function() {infowindow.open(map,m_4d89c2441591328e732fea57475ccf8c);});$marker.push(m_4d89c2441591328e732fea57475ccf8c);}});}google.maps.event.addDomListener(window, 'load', initialize);