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.0736,-119.036)};var g_41df364e9473d9a77ed615d95c247a08 = new google.maps.Geocoder();g_41df364e9473d9a77ed615d95c247a08.geocode( { 'address': "878 W Morton Ave, Porterville, CA 93257, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('porterville-CA-loan-simple').style.display = '';map = new google.maps.Map(document.getElementById('porterville-CA-loan-simple'), mapOptions);}document.getElementById('a02f80c3').innerHTML += ' | View Map';var $l41df364e9473d9a77ed615d95c247a08 = '

Loan Simple

Address: 878 W Morton Ave, Porterville, CA 93257, USA
Phone: (559) 361-0294
';var m_41df364e9473d9a77ed615d95c247a08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Simple',});m_41df364e9473d9a77ed615d95c247a08['infowindow'] = new google.maps.InfoWindow({content: $l41df364e9473d9a77ed615d95c247a08});var infowindow = new google.maps.InfoWindow({content: $l41df364e9473d9a77ed615d95c247a08});google.maps.event.addListener(m_41df364e9473d9a77ed615d95c247a08, 'click', function() {infowindow.open(map,m_41df364e9473d9a77ed615d95c247a08);});$marker.push(m_41df364e9473d9a77ed615d95c247a08);}});}google.maps.event.addDomListener(window, 'load', initialize);