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.5274,-98.6933)};var g_060c36e1c116cc67408a8f5a5935d5c1 = new google.maps.Geocoder();g_060c36e1c116cc67408a8f5a5935d5c1.geocode( { 'address': "310 N. Washington St., Ste. 1210, Weatherford, OK 73096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-OK-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-OK-advance-america'), mapOptions);}document.getElementById('c60d079a').innerHTML += ' | View Map';var $l060c36e1c116cc67408a8f5a5935d5c1 = '

Advance America

Address: 310 N. Washington St., Ste. 1210, Weatherford, OK 73096, USA
Phone: (580) 774-5029
';var m_060c36e1c116cc67408a8f5a5935d5c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_060c36e1c116cc67408a8f5a5935d5c1['infowindow'] = new google.maps.InfoWindow({content: $l060c36e1c116cc67408a8f5a5935d5c1});var infowindow = new google.maps.InfoWindow({content: $l060c36e1c116cc67408a8f5a5935d5c1});google.maps.event.addListener(m_060c36e1c116cc67408a8f5a5935d5c1, 'click', function() {infowindow.open(map,m_060c36e1c116cc67408a8f5a5935d5c1);});$marker.push(m_060c36e1c116cc67408a8f5a5935d5c1);}});}google.maps.event.addDomListener(window, 'load', initialize);