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.1442,-97.0538)};var g_11dde7593650c2b056e3dc2486fc723b = new google.maps.Geocoder();g_11dde7593650c2b056e3dc2486fc723b.geocode( { 'address': "2202 N Perkins Rd, Stillwater, OK 74075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stillwater-OK-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('stillwater-OK-advance-america'), mapOptions);}document.getElementById('6767e3b4').innerHTML += ' | View Map';var $l11dde7593650c2b056e3dc2486fc723b = '

Advance America

Address: 2202 N Perkins Rd, Stillwater, OK 74075, USA
Phone: (405) 372-7299
';var m_11dde7593650c2b056e3dc2486fc723b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_11dde7593650c2b056e3dc2486fc723b['infowindow'] = new google.maps.InfoWindow({content: $l11dde7593650c2b056e3dc2486fc723b});var infowindow = new google.maps.InfoWindow({content: $l11dde7593650c2b056e3dc2486fc723b});google.maps.event.addListener(m_11dde7593650c2b056e3dc2486fc723b, 'click', function() {infowindow.open(map,m_11dde7593650c2b056e3dc2486fc723b);});$marker.push(m_11dde7593650c2b056e3dc2486fc723b);}});}google.maps.event.addDomListener(window, 'load', initialize);