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(42.783,-71.5032)};var g_1a06611f2cbafcabe789ad2f9b0f2c0a = new google.maps.Geocoder();g_1a06611f2cbafcabe789ad2f9b0f2c0a.geocode( { 'address': "341-345 Amherst St, Nashua, NH 03063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashua-NH-new-england-auto-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('nashua-NH-new-england-auto-finance-inc'), mapOptions);}document.getElementById('8f0c8640').innerHTML += ' | View Map';var $l1a06611f2cbafcabe789ad2f9b0f2c0a = '

New England Auto Finance, Inc.

Address: 341-345 Amherst St, Nashua, NH 03063, USA
Phone: (603) 889-2499
';var m_1a06611f2cbafcabe789ad2f9b0f2c0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New England Auto Finance, Inc.',});m_1a06611f2cbafcabe789ad2f9b0f2c0a['infowindow'] = new google.maps.InfoWindow({content: $l1a06611f2cbafcabe789ad2f9b0f2c0a});var infowindow = new google.maps.InfoWindow({content: $l1a06611f2cbafcabe789ad2f9b0f2c0a});google.maps.event.addListener(m_1a06611f2cbafcabe789ad2f9b0f2c0a, 'click', function() {infowindow.open(map,m_1a06611f2cbafcabe789ad2f9b0f2c0a);});$marker.push(m_1a06611f2cbafcabe789ad2f9b0f2c0a);}});}google.maps.event.addDomListener(window, 'load', initialize);