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

Bank of America ATM

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