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(34.6228,-98.4172)};var g_d27d4c6c3824c7c32c987a77fd10a475 = new google.maps.Geocoder();g_d27d4c6c3824c7c32c987a77fd10a475.geocode( { 'address': "1908 NW Cache Rd Suite A, Lawton, OK 73507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-OK-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('lawton-OK-covington-credit'), mapOptions);}document.getElementById('1577968a').innerHTML += ' | View Map';var $ld27d4c6c3824c7c32c987a77fd10a475 = '

Covington Credit

Address: 1908 NW Cache Rd Suite A, Lawton, OK 73507, USA
Phone: (580) 250-1236
';var m_d27d4c6c3824c7c32c987a77fd10a475 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_d27d4c6c3824c7c32c987a77fd10a475['infowindow'] = new google.maps.InfoWindow({content: $ld27d4c6c3824c7c32c987a77fd10a475});var infowindow = new google.maps.InfoWindow({content: $ld27d4c6c3824c7c32c987a77fd10a475});google.maps.event.addListener(m_d27d4c6c3824c7c32c987a77fd10a475, 'click', function() {infowindow.open(map,m_d27d4c6c3824c7c32c987a77fd10a475);});$marker.push(m_d27d4c6c3824c7c32c987a77fd10a475);}});}google.maps.event.addDomListener(window, 'load', initialize);