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.6105,-119.526)};var g_67c38467da916b263752c9c70333b791 = new google.maps.Geocoder();g_67c38467da916b263752c9c70333b791.geocode( { 'address': "510 J St, Parlier, CA 93648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parlier-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('parlier-CA-bank-of-the-west'), mapOptions);}document.getElementById('67445d62').innerHTML += ' | View Map';var $l67c38467da916b263752c9c70333b791 = '

Bank of the West

Address: 510 J St, Parlier, CA 93648, USA
Phone: (559) 646-2761
';var m_67c38467da916b263752c9c70333b791 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_67c38467da916b263752c9c70333b791['infowindow'] = new google.maps.InfoWindow({content: $l67c38467da916b263752c9c70333b791});var infowindow = new google.maps.InfoWindow({content: $l67c38467da916b263752c9c70333b791});google.maps.event.addListener(m_67c38467da916b263752c9c70333b791, 'click', function() {infowindow.open(map,m_67c38467da916b263752c9c70333b791);});$marker.push(m_67c38467da916b263752c9c70333b791);}});}google.maps.event.addDomListener(window, 'load', initialize);