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.6557,-116.957)};var g_3cc3bc10218cf509ba24613cda41d940 = new google.maps.Geocoder();g_3cc3bc10218cf509ba24613cda41d940.geocode( { 'address': "823 Anchorage Pl, Chula Vista, CA 91914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-patriot-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-patriot-home-loans'), mapOptions);}document.getElementById('8fee7e01').innerHTML += ' | View Map';var $l3cc3bc10218cf509ba24613cda41d940 = '

Patriot Home Loans

Address: 823 Anchorage Pl, Chula Vista, CA 91914, USA
Phone: (619) 550-3600
';var m_3cc3bc10218cf509ba24613cda41d940 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot Home Loans',});m_3cc3bc10218cf509ba24613cda41d940['infowindow'] = new google.maps.InfoWindow({content: $l3cc3bc10218cf509ba24613cda41d940});var infowindow = new google.maps.InfoWindow({content: $l3cc3bc10218cf509ba24613cda41d940});google.maps.event.addListener(m_3cc3bc10218cf509ba24613cda41d940, 'click', function() {infowindow.open(map,m_3cc3bc10218cf509ba24613cda41d940);});$marker.push(m_3cc3bc10218cf509ba24613cda41d940);}});}google.maps.event.addDomListener(window, 'load', initialize);