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.3687,-117.219)};var g_061eb0a074d548d5da5581e965fcf302 = new google.maps.Geocoder();g_061eb0a074d548d5da5581e965fcf302.geocode( { 'address': "845 S Main Ave, Fallbrook, CA 92028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fallbrook-CA-alta-pacific-bank').style.display = '';map = new google.maps.Map(document.getElementById('fallbrook-CA-alta-pacific-bank'), mapOptions);}document.getElementById('48837d49').innerHTML += ' | View Map';var $l061eb0a074d548d5da5581e965fcf302 = '

Alta Pacific Bank

Address: 845 S Main Ave, Fallbrook, CA 92028
Phone: (760) 731-4620
';var m_061eb0a074d548d5da5581e965fcf302 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alta Pacific Bank',});m_061eb0a074d548d5da5581e965fcf302['infowindow'] = new google.maps.InfoWindow({content: $l061eb0a074d548d5da5581e965fcf302});var infowindow = new google.maps.InfoWindow({content: $l061eb0a074d548d5da5581e965fcf302});google.maps.event.addListener(m_061eb0a074d548d5da5581e965fcf302, 'click', function() {infowindow.open(map,m_061eb0a074d548d5da5581e965fcf302);});$marker.push(m_061eb0a074d548d5da5581e965fcf302);}});}google.maps.event.addDomListener(window, 'load', initialize);