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.4596,-94.8023)};var g_a896b6cbbe199b67c0f76f6f0e4b55d5 = new google.maps.Geocoder();g_a896b6cbbe199b67c0f76f6f0e4b55d5.geocode( { 'address': "1016 W Cherokee Ave, Sallisaw, OK 74955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sallisaw-OK-convenient-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('sallisaw-OK-convenient-loan-co'), mapOptions);}document.getElementById('c0e1a9cd').innerHTML += ' | View Map';var $la896b6cbbe199b67c0f76f6f0e4b55d5 = '

Convenient Loan Co

Address: 1016 W Cherokee Ave, Sallisaw, OK 74955, USA
Phone: (918) 775-6271
';var m_a896b6cbbe199b67c0f76f6f0e4b55d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Convenient Loan Co',});m_a896b6cbbe199b67c0f76f6f0e4b55d5['infowindow'] = new google.maps.InfoWindow({content: $la896b6cbbe199b67c0f76f6f0e4b55d5});var infowindow = new google.maps.InfoWindow({content: $la896b6cbbe199b67c0f76f6f0e4b55d5});google.maps.event.addListener(m_a896b6cbbe199b67c0f76f6f0e4b55d5, 'click', function() {infowindow.open(map,m_a896b6cbbe199b67c0f76f6f0e4b55d5);});$marker.push(m_a896b6cbbe199b67c0f76f6f0e4b55d5);}});}google.maps.event.addDomListener(window, 'load', initialize);