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.4117,-99.4331)};var g_85b673a90248e8908b82d6940fd82f3a = new google.maps.Geocoder();g_85b673a90248e8908b82d6940fd82f3a.geocode( { 'address': "2310 W 3rd St, Elk City, OK 73644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elk-city-OK-continental-credit').style.display = '';map = new google.maps.Map(document.getElementById('elk-city-OK-continental-credit'), mapOptions);}document.getElementById('b23611ac').innerHTML += ' | View Map';var $l85b673a90248e8908b82d6940fd82f3a = '

Continental Credit

Address: 2310 W 3rd St, Elk City, OK 73644, USA
Phone: (580) 243-3606
';var m_85b673a90248e8908b82d6940fd82f3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Credit',});m_85b673a90248e8908b82d6940fd82f3a['infowindow'] = new google.maps.InfoWindow({content: $l85b673a90248e8908b82d6940fd82f3a});var infowindow = new google.maps.InfoWindow({content: $l85b673a90248e8908b82d6940fd82f3a});google.maps.event.addListener(m_85b673a90248e8908b82d6940fd82f3a, 'click', function() {infowindow.open(map,m_85b673a90248e8908b82d6940fd82f3a);});$marker.push(m_85b673a90248e8908b82d6940fd82f3a);}});}google.maps.event.addDomListener(window, 'load', initialize);