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.0579,-119.309)};var g_3e1a813196d7bfc007bedb02c7956842 = new google.maps.Geocoder();g_3e1a813196d7bfc007bedb02c7956842.geocode( { 'address': "174 S Burnett Rd, Tipton, CA 93272"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tipton-CA-valley-business-bank').style.display = '';map = new google.maps.Map(document.getElementById('tipton-CA-valley-business-bank'), mapOptions);}document.getElementById('296f8e12').innerHTML += ' | View Map';var $l3e1a813196d7bfc007bedb02c7956842 = '

Valley Business Bank

Address: 174 S Burnett Rd, Tipton, CA 93272
Phone: (559) 752-4207
';var m_3e1a813196d7bfc007bedb02c7956842 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Business Bank',});m_3e1a813196d7bfc007bedb02c7956842['infowindow'] = new google.maps.InfoWindow({content: $l3e1a813196d7bfc007bedb02c7956842});var infowindow = new google.maps.InfoWindow({content: $l3e1a813196d7bfc007bedb02c7956842});google.maps.event.addListener(m_3e1a813196d7bfc007bedb02c7956842, 'click', function() {infowindow.open(map,m_3e1a813196d7bfc007bedb02c7956842);});$marker.push(m_3e1a813196d7bfc007bedb02c7956842);}});}google.maps.event.addDomListener(window, 'load', initialize);