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_87475f2c1909e4e6d0d7f0e020a2ded3 = new google.maps.Geocoder();g_87475f2c1909e4e6d0d7f0e020a2ded3.geocode( { 'address': "2126 Inyo St, Fresno, CA 93721"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-united-security-bank-administration').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-united-security-bank-administration'), mapOptions);}document.getElementById('0a17261d').innerHTML += ' | View Map';var $l87475f2c1909e4e6d0d7f0e020a2ded3 = '

United Security Bank Administration

Address: 2126 Inyo St, Fresno, CA 93721
Phone: (559) 248-4944
';var m_87475f2c1909e4e6d0d7f0e020a2ded3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Security Bank Administration',});m_87475f2c1909e4e6d0d7f0e020a2ded3['infowindow'] = new google.maps.InfoWindow({content: $l87475f2c1909e4e6d0d7f0e020a2ded3});var infowindow = new google.maps.InfoWindow({content: $l87475f2c1909e4e6d0d7f0e020a2ded3});google.maps.event.addListener(m_87475f2c1909e4e6d0d7f0e020a2ded3, 'click', function() {infowindow.open(map,m_87475f2c1909e4e6d0d7f0e020a2ded3);});$marker.push(m_87475f2c1909e4e6d0d7f0e020a2ded3);}});}google.maps.event.addDomListener(window, 'load', initialize);