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.4509,-94.7797)};var g_0a658e7f0cb8792ec15cb952d98170af = new google.maps.Geocoder();g_0a658e7f0cb8792ec15cb952d98170af.geocode( { 'address': "2329 E Cherokee Ave #8, Sallisaw, OK 74955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sallisaw-OK-continental-credit').style.display = '';map = new google.maps.Map(document.getElementById('sallisaw-OK-continental-credit'), mapOptions);}document.getElementById('ce8d2892').innerHTML += ' | View Map';var $l0a658e7f0cb8792ec15cb952d98170af = '

Continental Credit

Address: 2329 E Cherokee Ave #8, Sallisaw, OK 74955, USA
Phone: (918) 775-4456
';var m_0a658e7f0cb8792ec15cb952d98170af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Credit',});m_0a658e7f0cb8792ec15cb952d98170af['infowindow'] = new google.maps.InfoWindow({content: $l0a658e7f0cb8792ec15cb952d98170af});var infowindow = new google.maps.InfoWindow({content: $l0a658e7f0cb8792ec15cb952d98170af});google.maps.event.addListener(m_0a658e7f0cb8792ec15cb952d98170af, 'click', function() {infowindow.open(map,m_0a658e7f0cb8792ec15cb952d98170af);});$marker.push(m_0a658e7f0cb8792ec15cb952d98170af);}});}google.maps.event.addDomListener(window, 'load', initialize);