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.3186,-120.5)};var g_abc58d2523df2aea708a509fbd201437 = new google.maps.Geocoder();g_abc58d2523df2aea708a509fbd201437.geocode( { 'address': "1828 W Olive Ave, Merced, CA 95348, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merced-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('merced-CA-advance-america'), mapOptions);}document.getElementById('00065682').innerHTML += ' | View Map';var $labc58d2523df2aea708a509fbd201437 = '

Advance America

Address: 1828 W Olive Ave, Merced, CA 95348, USA
Phone: (209) 384-7621
';var m_abc58d2523df2aea708a509fbd201437 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_abc58d2523df2aea708a509fbd201437['infowindow'] = new google.maps.InfoWindow({content: $labc58d2523df2aea708a509fbd201437});var infowindow = new google.maps.InfoWindow({content: $labc58d2523df2aea708a509fbd201437});google.maps.event.addListener(m_abc58d2523df2aea708a509fbd201437, 'click', function() {infowindow.open(map,m_abc58d2523df2aea708a509fbd201437);});$marker.push(m_abc58d2523df2aea708a509fbd201437);}});}google.maps.event.addDomListener(window, 'load', initialize);