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.597,-95.9185)};var g_f85deca6a8de772d00f8a55456c5b672 = new google.maps.Geocoder();g_f85deca6a8de772d00f8a55456c5b672.geocode( { 'address': "29848 TX-64, Canton, TX 75103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-TX-family-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('canton-TX-family-auto-credit'), mapOptions);}document.getElementById('6cb994c9').innerHTML += ' | View Map';var $lf85deca6a8de772d00f8a55456c5b672 = '

Family Auto Credit

Address: 29848 TX-64, Canton, TX 75103, USA
Phone: (903) 865-1350
';var m_f85deca6a8de772d00f8a55456c5b672 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family Auto Credit',});m_f85deca6a8de772d00f8a55456c5b672['infowindow'] = new google.maps.InfoWindow({content: $lf85deca6a8de772d00f8a55456c5b672});var infowindow = new google.maps.InfoWindow({content: $lf85deca6a8de772d00f8a55456c5b672});google.maps.event.addListener(m_f85deca6a8de772d00f8a55456c5b672, 'click', function() {infowindow.open(map,m_f85deca6a8de772d00f8a55456c5b672);});$marker.push(m_f85deca6a8de772d00f8a55456c5b672);}});}google.maps.event.addDomListener(window, 'load', initialize);