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(39.5264,-122.213)};var g_923eb5ed9b7124946a208ce8e2265ac2 = new google.maps.Geocoder();g_923eb5ed9b7124946a208ce8e2265ac2.geocode( { 'address': "505 Humboldt Ave, Willows, CA 95988, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willows-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('willows-CA-advance-america'), mapOptions);}document.getElementById('a99568e6').innerHTML += ' | View Map';var $l923eb5ed9b7124946a208ce8e2265ac2 = '

Advance America

Address: 505 Humboldt Ave, Willows, CA 95988, USA
Phone:
';var m_923eb5ed9b7124946a208ce8e2265ac2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_923eb5ed9b7124946a208ce8e2265ac2['infowindow'] = new google.maps.InfoWindow({content: $l923eb5ed9b7124946a208ce8e2265ac2});var infowindow = new google.maps.InfoWindow({content: $l923eb5ed9b7124946a208ce8e2265ac2});google.maps.event.addListener(m_923eb5ed9b7124946a208ce8e2265ac2, 'click', function() {infowindow.open(map,m_923eb5ed9b7124946a208ce8e2265ac2);});$marker.push(m_923eb5ed9b7124946a208ce8e2265ac2);}});}google.maps.event.addDomListener(window, 'load', initialize);