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.8389,-119.801)};var g_5fc2797e9ce3f81fbced6f665805b532 = new google.maps.Geocoder();g_5fc2797e9ce3f81fbced6f665805b532.geocode( { 'address': "1377 W Shaw Ave, Fresno, CA 93711"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-bank-of-visalia').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-bank-of-visalia'), mapOptions);}document.getElementById('0aa1eeb6').innerHTML += ' | View Map';var $l5fc2797e9ce3f81fbced6f665805b532 = '

Bank Of Visalia

Address: 1377 W Shaw Ave, Fresno, CA 93711
Phone: (559) 221-8382
';var m_5fc2797e9ce3f81fbced6f665805b532 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Visalia',});m_5fc2797e9ce3f81fbced6f665805b532['infowindow'] = new google.maps.InfoWindow({content: $l5fc2797e9ce3f81fbced6f665805b532});var infowindow = new google.maps.InfoWindow({content: $l5fc2797e9ce3f81fbced6f665805b532});google.maps.event.addListener(m_5fc2797e9ce3f81fbced6f665805b532, 'click', function() {infowindow.open(map,m_5fc2797e9ce3f81fbced6f665805b532);});$marker.push(m_5fc2797e9ce3f81fbced6f665805b532);}});}google.maps.event.addDomListener(window, 'load', initialize);