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.8463,-116.989)};var g_f75d99dda3af0d6a958fa06f2019d674 = new google.maps.Geocoder();g_f75d99dda3af0d6a958fa06f2019d674.geocode( { 'address': "9711 Mission Gorge Rd, Santee, CA 92071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santee-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('santee-CA-bank-of-america'), mapOptions);}document.getElementById('fe5b9390').innerHTML += ' | View Map';var $lf75d99dda3af0d6a958fa06f2019d674 = '

Bank of America

Address: 9711 Mission Gorge Rd, Santee, CA 92071
Phone: (619) 667-3220
';var m_f75d99dda3af0d6a958fa06f2019d674 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_f75d99dda3af0d6a958fa06f2019d674['infowindow'] = new google.maps.InfoWindow({content: $lf75d99dda3af0d6a958fa06f2019d674});var infowindow = new google.maps.InfoWindow({content: $lf75d99dda3af0d6a958fa06f2019d674});google.maps.event.addListener(m_f75d99dda3af0d6a958fa06f2019d674, 'click', function() {infowindow.open(map,m_f75d99dda3af0d6a958fa06f2019d674);});$marker.push(m_f75d99dda3af0d6a958fa06f2019d674);}});}google.maps.event.addDomListener(window, 'load', initialize);