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.3308,-119.295)};var g_480be141ddb5b3e9a77126bfa759fa60 = new google.maps.Geocoder();g_480be141ddb5b3e9a77126bfa759fa60.geocode( { 'address': "120 N Floral St, Visalia, CA 93291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('visalia-CA-central-valley-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('visalia-CA-central-valley-community-bank'), mapOptions);}document.getElementById('40896c49').innerHTML += ' | View Map';var $l480be141ddb5b3e9a77126bfa759fa60 = '

Central Valley Community Bank

Address: 120 N Floral St, Visalia, CA 93291, USA
Phone: (559) 625-8733
';var m_480be141ddb5b3e9a77126bfa759fa60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Valley Community Bank',});m_480be141ddb5b3e9a77126bfa759fa60['infowindow'] = new google.maps.InfoWindow({content: $l480be141ddb5b3e9a77126bfa759fa60});var infowindow = new google.maps.InfoWindow({content: $l480be141ddb5b3e9a77126bfa759fa60});google.maps.event.addListener(m_480be141ddb5b3e9a77126bfa759fa60, 'click', function() {infowindow.open(map,m_480be141ddb5b3e9a77126bfa759fa60);});$marker.push(m_480be141ddb5b3e9a77126bfa759fa60);}});}google.maps.event.addDomListener(window, 'load', initialize);