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_c363082c40213145cbfa5f041ef0781f = new google.maps.Geocoder();g_c363082c40213145cbfa5f041ef0781f.geocode( { 'address': "7473 N Ingram Ave, Fresno, CA 93711"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-1st-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-1st-community-bank'), mapOptions);}document.getElementById('17978d1e').innerHTML += ' | View Map';var $lc363082c40213145cbfa5f041ef0781f = '

1st Community Bank

Address: 7473 N Ingram Ave, Fresno, CA 93711
Phone: (559) 579-1518
';var m_c363082c40213145cbfa5f041ef0781f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Community Bank',});m_c363082c40213145cbfa5f041ef0781f['infowindow'] = new google.maps.InfoWindow({content: $lc363082c40213145cbfa5f041ef0781f});var infowindow = new google.maps.InfoWindow({content: $lc363082c40213145cbfa5f041ef0781f});google.maps.event.addListener(m_c363082c40213145cbfa5f041ef0781f, 'click', function() {infowindow.open(map,m_c363082c40213145cbfa5f041ef0781f);});$marker.push(m_c363082c40213145cbfa5f041ef0781f);}});}google.maps.event.addDomListener(window, 'load', initialize);