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(36.5792,-94.7687)};var g_60cf2dfda93076f7c68a70ba6c9b8409 = new google.maps.Geocoder();g_60cf2dfda93076f7c68a70ba6c9b8409.geocode( { 'address': "1623 Main St A, Grove, OK 74344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-OK-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('grove-OK-advance-america'), mapOptions);}document.getElementById('8e912010').innerHTML += ' | View Map';var $l60cf2dfda93076f7c68a70ba6c9b8409 = '

Advance America

Address: 1623 Main St A, Grove, OK 74344, USA
Phone: (918) 787-6444
';var m_60cf2dfda93076f7c68a70ba6c9b8409 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_60cf2dfda93076f7c68a70ba6c9b8409['infowindow'] = new google.maps.InfoWindow({content: $l60cf2dfda93076f7c68a70ba6c9b8409});var infowindow = new google.maps.InfoWindow({content: $l60cf2dfda93076f7c68a70ba6c9b8409});google.maps.event.addListener(m_60cf2dfda93076f7c68a70ba6c9b8409, 'click', function() {infowindow.open(map,m_60cf2dfda93076f7c68a70ba6c9b8409);});$marker.push(m_60cf2dfda93076f7c68a70ba6c9b8409);}});}google.maps.event.addDomListener(window, 'load', initialize);