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(40.4546,-122.288)};var g_af698f2b39b1f19d13e7259e6b560a85 = new google.maps.Geocoder();g_af698f2b39b1f19d13e7259e6b560a85.geocode( { 'address': "2691 Balls Ferry Rd, Anderson, CA 96007, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anderson-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('anderson-CA-advance-america'), mapOptions);}document.getElementById('b3cab718').innerHTML += ' | View Map';var $laf698f2b39b1f19d13e7259e6b560a85 = '

Advance America

Address: 2691 Balls Ferry Rd, Anderson, CA 96007, USA
Phone: (530) 378-0537
';var m_af698f2b39b1f19d13e7259e6b560a85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_af698f2b39b1f19d13e7259e6b560a85['infowindow'] = new google.maps.InfoWindow({content: $laf698f2b39b1f19d13e7259e6b560a85});var infowindow = new google.maps.InfoWindow({content: $laf698f2b39b1f19d13e7259e6b560a85});google.maps.event.addListener(m_af698f2b39b1f19d13e7259e6b560a85, 'click', function() {infowindow.open(map,m_af698f2b39b1f19d13e7259e6b560a85);});$marker.push(m_af698f2b39b1f19d13e7259e6b560a85);}});}google.maps.event.addDomListener(window, 'load', initialize);