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.6464,-118.218)};var g_86e7f7dedfaa148af546651c3d9a6094 = new google.maps.Geocoder();g_86e7f7dedfaa148af546651c3d9a6094.geocode( { 'address': "42024 50th St W, Lancaster, CA 93536, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-antelope-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-antelope-valley-bank'), mapOptions);}document.getElementById('5be0d84e').innerHTML += ' | View Map';var $l86e7f7dedfaa148af546651c3d9a6094 = '

Antelope Valley Bank

Address: 42024 50th St W, Lancaster, CA 93536, USA
Phone: (661) 722-1430
';var m_86e7f7dedfaa148af546651c3d9a6094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Antelope Valley Bank',});m_86e7f7dedfaa148af546651c3d9a6094['infowindow'] = new google.maps.InfoWindow({content: $l86e7f7dedfaa148af546651c3d9a6094});var infowindow = new google.maps.InfoWindow({content: $l86e7f7dedfaa148af546651c3d9a6094});google.maps.event.addListener(m_86e7f7dedfaa148af546651c3d9a6094, 'click', function() {infowindow.open(map,m_86e7f7dedfaa148af546651c3d9a6094);});$marker.push(m_86e7f7dedfaa148af546651c3d9a6094);}});}google.maps.event.addDomListener(window, 'load', initialize);