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.449,-94.8003)};var g_911eead7b5a07dc2e40f71d7b9f230d9 = new google.maps.Geocoder();g_911eead7b5a07dc2e40f71d7b9f230d9.geocode( { 'address': "904 W Ruth Ave, Sallisaw, OK 74955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sallisaw-OK-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('sallisaw-OK-advance-america'), mapOptions);}document.getElementById('137b5d3c').innerHTML += ' | View Map';var $l911eead7b5a07dc2e40f71d7b9f230d9 = '

Advance America

Address: 904 W Ruth Ave, Sallisaw, OK 74955, USA
Phone: (918) 235-0304
';var m_911eead7b5a07dc2e40f71d7b9f230d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_911eead7b5a07dc2e40f71d7b9f230d9['infowindow'] = new google.maps.InfoWindow({content: $l911eead7b5a07dc2e40f71d7b9f230d9});var infowindow = new google.maps.InfoWindow({content: $l911eead7b5a07dc2e40f71d7b9f230d9});google.maps.event.addListener(m_911eead7b5a07dc2e40f71d7b9f230d9, 'click', function() {infowindow.open(map,m_911eead7b5a07dc2e40f71d7b9f230d9);});$marker.push(m_911eead7b5a07dc2e40f71d7b9f230d9);}});}google.maps.event.addDomListener(window, 'load', initialize);