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.7474,-95.3565)};var g_c8983c1f5369930e88b760c5fd493336 = new google.maps.Geocoder();g_c8983c1f5369930e88b760c5fd493336.geocode( { 'address': "346 East Side Boulevard, Block 437, Muskogee, OK 74403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muskogee-OK-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('muskogee-OK-covington-credit'), mapOptions);}document.getElementById('2f89aaaa').innerHTML += ' | View Map';var $lc8983c1f5369930e88b760c5fd493336 = '

Covington Credit

Address: 346 East Side Boulevard, Block 437, Muskogee, OK 74403, USA
Phone: (918) 684-1078
';var m_c8983c1f5369930e88b760c5fd493336 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_c8983c1f5369930e88b760c5fd493336['infowindow'] = new google.maps.InfoWindow({content: $lc8983c1f5369930e88b760c5fd493336});var infowindow = new google.maps.InfoWindow({content: $lc8983c1f5369930e88b760c5fd493336});google.maps.event.addListener(m_c8983c1f5369930e88b760c5fd493336, 'click', function() {infowindow.open(map,m_c8983c1f5369930e88b760c5fd493336);});$marker.push(m_c8983c1f5369930e88b760c5fd493336);}});}google.maps.event.addDomListener(window, 'load', initialize);