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.6236,-98.4209)};var g_40686504521d32e346cfdfcaf9ca0762 = new google.maps.Geocoder();g_40686504521d32e346cfdfcaf9ca0762.geocode( { 'address': "2001 NW Cache Rd, Lawton, OK 73507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-OK-cache-road-credit-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('lawton-OK-cache-road-credit-auto-inc'), mapOptions);}document.getElementById('bf66635e').innerHTML += ' | View Map';var $l40686504521d32e346cfdfcaf9ca0762 = '

Cache Road Credit Auto Inc

Address: 2001 NW Cache Rd, Lawton, OK 73507, USA
Phone: (580) 355-1500
';var m_40686504521d32e346cfdfcaf9ca0762 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cache Road Credit Auto Inc',});m_40686504521d32e346cfdfcaf9ca0762['infowindow'] = new google.maps.InfoWindow({content: $l40686504521d32e346cfdfcaf9ca0762});var infowindow = new google.maps.InfoWindow({content: $l40686504521d32e346cfdfcaf9ca0762});google.maps.event.addListener(m_40686504521d32e346cfdfcaf9ca0762, 'click', function() {infowindow.open(map,m_40686504521d32e346cfdfcaf9ca0762);});$marker.push(m_40686504521d32e346cfdfcaf9ca0762);}});}google.maps.event.addDomListener(window, 'load', initialize);