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(44.0691,-70.1907)};var g_377a9213bc8b97c1be3365e75551d529 = new google.maps.Geocoder();g_377a9213bc8b97c1be3365e75551d529.geocode( { 'address': "6 Atlantis Way, Lewiston, ME 04240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-ME-td-auto-finance-llc').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-ME-td-auto-finance-llc'), mapOptions);}document.getElementById('c3bddbc7').innerHTML += ' | View Map';var $l377a9213bc8b97c1be3365e75551d529 = '

TD Auto Finance LLC

Address: 6 Atlantis Way, Lewiston, ME 04240, USA
Phone: (800) 556-8172
';var m_377a9213bc8b97c1be3365e75551d529 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Auto Finance LLC',});m_377a9213bc8b97c1be3365e75551d529['infowindow'] = new google.maps.InfoWindow({content: $l377a9213bc8b97c1be3365e75551d529});var infowindow = new google.maps.InfoWindow({content: $l377a9213bc8b97c1be3365e75551d529});google.maps.event.addListener(m_377a9213bc8b97c1be3365e75551d529, 'click', function() {infowindow.open(map,m_377a9213bc8b97c1be3365e75551d529);});$marker.push(m_377a9213bc8b97c1be3365e75551d529);}});}google.maps.event.addDomListener(window, 'load', initialize);