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.0809,-119.046)};var g_c40f03abf515eb948cef1cb594d933ea = new google.maps.Geocoder();g_c40f03abf515eb948cef1cb594d933ea.geocode( { 'address': "1274 W Henderson Ave, Porterville, CA 93257, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('porterville-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('porterville-CA-advance-america'), mapOptions);}document.getElementById('54a8bcd4').innerHTML += ' | View Map';var $lc40f03abf515eb948cef1cb594d933ea = '

Advance America

Address: 1274 W Henderson Ave, Porterville, CA 93257, USA
Phone: (559) 781-0522
';var m_c40f03abf515eb948cef1cb594d933ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_c40f03abf515eb948cef1cb594d933ea['infowindow'] = new google.maps.InfoWindow({content: $lc40f03abf515eb948cef1cb594d933ea});var infowindow = new google.maps.InfoWindow({content: $lc40f03abf515eb948cef1cb594d933ea});google.maps.event.addListener(m_c40f03abf515eb948cef1cb594d933ea, 'click', function() {infowindow.open(map,m_c40f03abf515eb948cef1cb594d933ea);});$marker.push(m_c40f03abf515eb948cef1cb594d933ea);}});}google.maps.event.addDomListener(window, 'load', initialize);