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(35.2134,-118.854)};var g_1985bad7e9088ae53f108cc861fa54e4 = new google.maps.Geocoder();g_1985bad7e9088ae53f108cc861fa54e4.geocode( { 'address': "500 Bear Mountain Blvd, Arvin, CA 93203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arvin-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('arvin-CA-bank-of-america'), mapOptions);}document.getElementById('43f78e9e').innerHTML += ' | View Map';var $l1985bad7e9088ae53f108cc861fa54e4 = '

Bank of America

Address: 500 Bear Mountain Blvd, Arvin, CA 93203
Phone: (661) 633-5380
';var m_1985bad7e9088ae53f108cc861fa54e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_1985bad7e9088ae53f108cc861fa54e4['infowindow'] = new google.maps.InfoWindow({content: $l1985bad7e9088ae53f108cc861fa54e4});var infowindow = new google.maps.InfoWindow({content: $l1985bad7e9088ae53f108cc861fa54e4});google.maps.event.addListener(m_1985bad7e9088ae53f108cc861fa54e4, 'click', function() {infowindow.open(map,m_1985bad7e9088ae53f108cc861fa54e4);});$marker.push(m_1985bad7e9088ae53f108cc861fa54e4);}});}google.maps.event.addDomListener(window, 'load', initialize);