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_24a7ffe3bda20532c5f116825ff5dfcf = new google.maps.Geocoder();g_24a7ffe3bda20532c5f116825ff5dfcf.geocode( { 'address': "2490 W Shaw Ave, Fresno, CA 93711"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-west-america-bank').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-west-america-bank'), mapOptions);}document.getElementById('e8738838').innerHTML += ' | View Map';var $l24a7ffe3bda20532c5f116825ff5dfcf = '

West America Bank

Address: 2490 W Shaw Ave, Fresno, CA 93711
Phone: (559) 438-4880
';var m_24a7ffe3bda20532c5f116825ff5dfcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West America Bank',});m_24a7ffe3bda20532c5f116825ff5dfcf['infowindow'] = new google.maps.InfoWindow({content: $l24a7ffe3bda20532c5f116825ff5dfcf});var infowindow = new google.maps.InfoWindow({content: $l24a7ffe3bda20532c5f116825ff5dfcf});google.maps.event.addListener(m_24a7ffe3bda20532c5f116825ff5dfcf, 'click', function() {infowindow.open(map,m_24a7ffe3bda20532c5f116825ff5dfcf);});$marker.push(m_24a7ffe3bda20532c5f116825ff5dfcf);}});}google.maps.event.addDomListener(window, 'load', initialize);