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.8475,-118.012)};var g_24529b8b084ab4e6a1c370499143174f = new google.maps.Geocoder();g_24529b8b084ab4e6a1c370499143174f.geocode( { 'address': "6965 La Palma Ave, Buena Park, CA 90620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buena-park-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('buena-park-CA-advance-america'), mapOptions);}document.getElementById('5c7bc7d7').innerHTML += ' | View Map';var $l24529b8b084ab4e6a1c370499143174f = '

Advance America

Address: 6965 La Palma Ave, Buena Park, CA 90620, USA
Phone: (714) 739-4497
';var m_24529b8b084ab4e6a1c370499143174f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_24529b8b084ab4e6a1c370499143174f['infowindow'] = new google.maps.InfoWindow({content: $l24529b8b084ab4e6a1c370499143174f});var infowindow = new google.maps.InfoWindow({content: $l24529b8b084ab4e6a1c370499143174f});google.maps.event.addListener(m_24529b8b084ab4e6a1c370499143174f, 'click', function() {infowindow.open(map,m_24529b8b084ab4e6a1c370499143174f);});$marker.push(m_24529b8b084ab4e6a1c370499143174f);}});}google.maps.event.addDomListener(window, 'load', initialize);