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.8638,-118.258)};var g_278343ac714751e68175058a9bfb4e43 = new google.maps.Geocoder();g_278343ac714751e68175058a9bfb4e43.geocode( { 'address': "2535 W Rosamond Blvd, Rosamond, CA 93560"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosamond-CA-antelope-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('rosamond-CA-antelope-valley-bank'), mapOptions);}document.getElementById('2325506c').innerHTML += ' | View Map';var $l278343ac714751e68175058a9bfb4e43 = '

Antelope Valley Bank

Address: 2535 W Rosamond Blvd, Rosamond, CA 93560
Phone: (661) 256-3451
';var m_278343ac714751e68175058a9bfb4e43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Antelope Valley Bank',});m_278343ac714751e68175058a9bfb4e43['infowindow'] = new google.maps.InfoWindow({content: $l278343ac714751e68175058a9bfb4e43});var infowindow = new google.maps.InfoWindow({content: $l278343ac714751e68175058a9bfb4e43});google.maps.event.addListener(m_278343ac714751e68175058a9bfb4e43, 'click', function() {infowindow.open(map,m_278343ac714751e68175058a9bfb4e43);});$marker.push(m_278343ac714751e68175058a9bfb4e43);}});}google.maps.event.addDomListener(window, 'load', initialize);