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(36.3264,-119.649)};var g_d45d56e13263f8147e7c4ca401581716 = new google.maps.Geocoder();g_d45d56e13263f8147e7c4ca401581716.geocode( { 'address': "230 W 7th St, Hanford, CA 93230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanford-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('hanford-CA-bank-of-the-west'), mapOptions);}document.getElementById('12e2b64e').innerHTML += ' | View Map';var $ld45d56e13263f8147e7c4ca401581716 = '

Bank of the West

Address: 230 W 7th St, Hanford, CA 93230, USA
Phone: (559) 582-4381
';var m_d45d56e13263f8147e7c4ca401581716 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_d45d56e13263f8147e7c4ca401581716['infowindow'] = new google.maps.InfoWindow({content: $ld45d56e13263f8147e7c4ca401581716});var infowindow = new google.maps.InfoWindow({content: $ld45d56e13263f8147e7c4ca401581716});google.maps.event.addListener(m_d45d56e13263f8147e7c4ca401581716, 'click', function() {infowindow.open(map,m_d45d56e13263f8147e7c4ca401581716);});$marker.push(m_d45d56e13263f8147e7c4ca401581716);}});}google.maps.event.addDomListener(window, 'load', initialize);