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.4938,-119.289)};var g_b88524c1561b782a1a78bd24d1712ffb = new google.maps.Geocoder();g_b88524c1561b782a1a78bd24d1712ffb.geocode( { 'address': "261 Central Ave, Shafter, CA 93263"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shafter-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('shafter-CA-bank-of-america'), mapOptions);}document.getElementById('06b7d851').innerHTML += ' | View Map';var $lb88524c1561b782a1a78bd24d1712ffb = '

Bank of America

Address: 261 Central Ave, Shafter, CA 93263
Phone: (661) 746-8922
';var m_b88524c1561b782a1a78bd24d1712ffb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_b88524c1561b782a1a78bd24d1712ffb['infowindow'] = new google.maps.InfoWindow({content: $lb88524c1561b782a1a78bd24d1712ffb});var infowindow = new google.maps.InfoWindow({content: $lb88524c1561b782a1a78bd24d1712ffb});google.maps.event.addListener(m_b88524c1561b782a1a78bd24d1712ffb, 'click', function() {infowindow.open(map,m_b88524c1561b782a1a78bd24d1712ffb);});$marker.push(m_b88524c1561b782a1a78bd24d1712ffb);}});}google.maps.event.addDomListener(window, 'load', initialize);