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.0704,-119.016)};var g_7aaf789bf30ce2a905efcf78926e6801 = new google.maps.Geocoder();g_7aaf789bf30ce2a905efcf78926e6801.geocode( { 'address': "268 N Main St, Porterville, CA 93257, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('porterville-CA-ft-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('porterville-CA-ft-financial-services-inc'), mapOptions);}document.getElementById('3a79bd43').innerHTML += ' | View Map';var $l7aaf789bf30ce2a905efcf78926e6801 = '

F&T Financial Services Inc

Address: 268 N Main St, Porterville, CA 93257, USA
Phone: (559) 781-9560
';var m_7aaf789bf30ce2a905efcf78926e6801 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F&T Financial Services Inc',});m_7aaf789bf30ce2a905efcf78926e6801['infowindow'] = new google.maps.InfoWindow({content: $l7aaf789bf30ce2a905efcf78926e6801});var infowindow = new google.maps.InfoWindow({content: $l7aaf789bf30ce2a905efcf78926e6801});google.maps.event.addListener(m_7aaf789bf30ce2a905efcf78926e6801, 'click', function() {infowindow.open(map,m_7aaf789bf30ce2a905efcf78926e6801);});$marker.push(m_7aaf789bf30ce2a905efcf78926e6801);}});}google.maps.event.addDomListener(window, 'load', initialize);