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(34.6291,-118.219)};var g_fee56b5c13f5d4dc62cd452ce7a906c6 = new google.maps.Geocoder();g_fee56b5c13f5d4dc62cd452ce7a906c6.geocode( { 'address': "5022 W 93551, Avenue N, Palmdale, CA 93551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-bofa-atm').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-bofa-atm'), mapOptions);}document.getElementById('1aa61ffc').innerHTML += ' | View Map';var $lfee56b5c13f5d4dc62cd452ce7a906c6 = '

BofA Atm

Address: 5022 W 93551, Avenue N, Palmdale, CA 93551, USA
Phone:
';var m_fee56b5c13f5d4dc62cd452ce7a906c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BofA Atm',});m_fee56b5c13f5d4dc62cd452ce7a906c6['infowindow'] = new google.maps.InfoWindow({content: $lfee56b5c13f5d4dc62cd452ce7a906c6});var infowindow = new google.maps.InfoWindow({content: $lfee56b5c13f5d4dc62cd452ce7a906c6});google.maps.event.addListener(m_fee56b5c13f5d4dc62cd452ce7a906c6, 'click', function() {infowindow.open(map,m_fee56b5c13f5d4dc62cd452ce7a906c6);});$marker.push(m_fee56b5c13f5d4dc62cd452ce7a906c6);}});}google.maps.event.addDomListener(window, 'load', initialize);