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.2668,-94.4777)};var g_60ff2f34a3371413aea763296e66b04a = new google.maps.Geocoder();g_60ff2f34a3371413aea763296e66b04a.geocode( { 'address': "104 N Pocola Blvd, Pocola, OK 74902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pocola-OK-all-american-loans--payday').style.display = '';map = new google.maps.Map(document.getElementById('pocola-OK-all-american-loans--payday'), mapOptions);}document.getElementById('6a3247a2').innerHTML += ' | View Map';var $l60ff2f34a3371413aea763296e66b04a = '

All American Loans & Payday

Address: 104 N Pocola Blvd, Pocola, OK 74902, USA
Phone: (918) 436-6188
';var m_60ff2f34a3371413aea763296e66b04a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All American Loans & Payday',});m_60ff2f34a3371413aea763296e66b04a['infowindow'] = new google.maps.InfoWindow({content: $l60ff2f34a3371413aea763296e66b04a});var infowindow = new google.maps.InfoWindow({content: $l60ff2f34a3371413aea763296e66b04a});google.maps.event.addListener(m_60ff2f34a3371413aea763296e66b04a, 'click', function() {infowindow.open(map,m_60ff2f34a3371413aea763296e66b04a);});$marker.push(m_60ff2f34a3371413aea763296e66b04a);}});}google.maps.event.addDomListener(window, 'load', initialize);