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(35.5101,-98.9841)};var g_f1751ac4ad6f6b04105db27895fcaf33 = new google.maps.Geocoder();g_f1751ac4ad6f6b04105db27895fcaf33.geocode( { 'address': "1930 W Gary Blvd, Clinton, OK 73601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-OK-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('clinton-OK-advance-america'), mapOptions);}document.getElementById('69d44430').innerHTML += ' | View Map';var $lf1751ac4ad6f6b04105db27895fcaf33 = '

Advance America

Address: 1930 W Gary Blvd, Clinton, OK 73601, USA
Phone: (580) 323-1394
';var m_f1751ac4ad6f6b04105db27895fcaf33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_f1751ac4ad6f6b04105db27895fcaf33['infowindow'] = new google.maps.InfoWindow({content: $lf1751ac4ad6f6b04105db27895fcaf33});var infowindow = new google.maps.InfoWindow({content: $lf1751ac4ad6f6b04105db27895fcaf33});google.maps.event.addListener(m_f1751ac4ad6f6b04105db27895fcaf33, 'click', function() {infowindow.open(map,m_f1751ac4ad6f6b04105db27895fcaf33);});$marker.push(m_f1751ac4ad6f6b04105db27895fcaf33);}});}google.maps.event.addDomListener(window, 'load', initialize);