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.0263,-116.857)};var g_f51338d736f95dd42427296047067694 = new google.maps.Geocoder();g_f51338d736f95dd42427296047067694.geocode( { 'address': "1407 Main St, Ramona, CA 92065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ramona-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('ramona-CA-bank-of-america'), mapOptions);}document.getElementById('4cbb058f').innerHTML += ' | View Map';var $lf51338d736f95dd42427296047067694 = '

Bank of America

Address: 1407 Main St, Ramona, CA 92065
Phone: (760) 788-8218
';var m_f51338d736f95dd42427296047067694 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_f51338d736f95dd42427296047067694['infowindow'] = new google.maps.InfoWindow({content: $lf51338d736f95dd42427296047067694});var infowindow = new google.maps.InfoWindow({content: $lf51338d736f95dd42427296047067694});google.maps.event.addListener(m_f51338d736f95dd42427296047067694, 'click', function() {infowindow.open(map,m_f51338d736f95dd42427296047067694);});$marker.push(m_f51338d736f95dd42427296047067694);}});}google.maps.event.addDomListener(window, 'load', initialize);