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.6898,-118.173)};var g_a7c30da1c9e62aa57d3029450a03fc9a = new google.maps.Geocoder();g_a7c30da1c9e62aa57d3029450a03fc9a.geocode( { 'address': "44401 Valley Central Way, Lancaster, CA 93536, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-us-bank-atm---valley-central').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-us-bank-atm---valley-central'), mapOptions);}document.getElementById('832f1472').innerHTML += ' | View Map';var $la7c30da1c9e62aa57d3029450a03fc9a = '

U.S. Bank ATM - Valley Central

Address: 44401 Valley Central Way, Lancaster, CA 93536, USA
Phone: (661) 940-1142
';var m_a7c30da1c9e62aa57d3029450a03fc9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Valley Central',});m_a7c30da1c9e62aa57d3029450a03fc9a['infowindow'] = new google.maps.InfoWindow({content: $la7c30da1c9e62aa57d3029450a03fc9a});var infowindow = new google.maps.InfoWindow({content: $la7c30da1c9e62aa57d3029450a03fc9a});google.maps.event.addListener(m_a7c30da1c9e62aa57d3029450a03fc9a, 'click', function() {infowindow.open(map,m_a7c30da1c9e62aa57d3029450a03fc9a);});$marker.push(m_a7c30da1c9e62aa57d3029450a03fc9a);}});}google.maps.event.addDomListener(window, 'load', initialize);