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.7715,-120.833)};var g_679f2c1aa78027edc44af25c0a52c27f = new google.maps.Geocoder();g_679f2c1aa78027edc44af25c0a52c27f.geocode( { 'address': "1449 East F Street, Suite 101 J, Oakdale, CA 95361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakdale-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('oakdale-CA-advance-america'), mapOptions);}document.getElementById('fed56e29').innerHTML += ' | View Map';var $l679f2c1aa78027edc44af25c0a52c27f = '

Advance America

Address: 1449 East F Street, Suite 101 J, Oakdale, CA 95361, USA
Phone: (209) 847-2680
';var m_679f2c1aa78027edc44af25c0a52c27f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_679f2c1aa78027edc44af25c0a52c27f['infowindow'] = new google.maps.InfoWindow({content: $l679f2c1aa78027edc44af25c0a52c27f});var infowindow = new google.maps.InfoWindow({content: $l679f2c1aa78027edc44af25c0a52c27f});google.maps.event.addListener(m_679f2c1aa78027edc44af25c0a52c27f, 'click', function() {infowindow.open(map,m_679f2c1aa78027edc44af25c0a52c27f);});$marker.push(m_679f2c1aa78027edc44af25c0a52c27f);}});}google.maps.event.addDomListener(window, 'load', initialize);