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(37.0564,-120.836)};var g_bd600f79a50fd2b932ced53450209935 = new google.maps.Geocoder();g_bd600f79a50fd2b932ced53450209935.geocode( { 'address': "1325 Pacheco Blvd., Los Banos, CA 93635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-banos-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('los-banos-CA-advance-america'), mapOptions);}document.getElementById('f9066d5e').innerHTML += ' | View Map';var $lbd600f79a50fd2b932ced53450209935 = '

Advance America

Address: 1325 Pacheco Blvd., Los Banos, CA 93635, USA
Phone: (209) 827-9796
';var m_bd600f79a50fd2b932ced53450209935 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_bd600f79a50fd2b932ced53450209935['infowindow'] = new google.maps.InfoWindow({content: $lbd600f79a50fd2b932ced53450209935});var infowindow = new google.maps.InfoWindow({content: $lbd600f79a50fd2b932ced53450209935});google.maps.event.addListener(m_bd600f79a50fd2b932ced53450209935, 'click', function() {infowindow.open(map,m_bd600f79a50fd2b932ced53450209935);});$marker.push(m_bd600f79a50fd2b932ced53450209935);}});}google.maps.event.addDomListener(window, 'load', initialize);