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(33.8784,-117.598)};var g_0a2d9f3f51b8e4f9b3792154136ef78e = new google.maps.Geocoder();g_0a2d9f3f51b8e4f9b3792154136ef78e.geocode( { 'address': "1698 W 6th St b, Corona, CA 92882, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corona-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('corona-CA-advance-america'), mapOptions);}document.getElementById('4570961d').innerHTML += ' | View Map';var $l0a2d9f3f51b8e4f9b3792154136ef78e = '

Advance America

Address: 1698 W 6th St b, Corona, CA 92882, USA
Phone: (951) 278-1164
';var m_0a2d9f3f51b8e4f9b3792154136ef78e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_0a2d9f3f51b8e4f9b3792154136ef78e['infowindow'] = new google.maps.InfoWindow({content: $l0a2d9f3f51b8e4f9b3792154136ef78e});var infowindow = new google.maps.InfoWindow({content: $l0a2d9f3f51b8e4f9b3792154136ef78e});google.maps.event.addListener(m_0a2d9f3f51b8e4f9b3792154136ef78e, 'click', function() {infowindow.open(map,m_0a2d9f3f51b8e4f9b3792154136ef78e);});$marker.push(m_0a2d9f3f51b8e4f9b3792154136ef78e);}});}google.maps.event.addDomListener(window, 'load', initialize);