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(32.4402,-99.7882)};var g_43cfc8464639fe8719e8b26e6761855b = new google.maps.Geocoder();g_43cfc8464639fe8719e8b26e6761855b.geocode( { 'address': "898 S Clack St, Abilene, TX 79605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abilene-TX-second-chance-motors').style.display = '';map = new google.maps.Map(document.getElementById('abilene-TX-second-chance-motors'), mapOptions);}document.getElementById('0bed62d9').innerHTML += ' | View Map';var $l43cfc8464639fe8719e8b26e6761855b = '

Second Chance Motors

Address: 898 S Clack St, Abilene, TX 79605, USA
Phone: (325) 437-0779
';var m_43cfc8464639fe8719e8b26e6761855b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Second Chance Motors',});m_43cfc8464639fe8719e8b26e6761855b['infowindow'] = new google.maps.InfoWindow({content: $l43cfc8464639fe8719e8b26e6761855b});var infowindow = new google.maps.InfoWindow({content: $l43cfc8464639fe8719e8b26e6761855b});google.maps.event.addListener(m_43cfc8464639fe8719e8b26e6761855b, 'click', function() {infowindow.open(map,m_43cfc8464639fe8719e8b26e6761855b);});$marker.push(m_43cfc8464639fe8719e8b26e6761855b);}});}google.maps.event.addDomListener(window, 'load', initialize);