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.8255,-71.1052)};var g_4f1730a9b124eea813b992edebc06840 = new google.maps.Geocoder();g_4f1730a9b124eea813b992edebc06840.geocode( { 'address': "49 Plaistow Rd, Plaistow, NH 03865, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plaistow-NH-new-england-auto-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('plaistow-NH-new-england-auto-finance-inc'), mapOptions);}document.getElementById('3a60372d').innerHTML += ' | View Map';var $l4f1730a9b124eea813b992edebc06840 = '

New England Auto Finance, Inc.

Address: 49 Plaistow Rd, Plaistow, NH 03865, USA
Phone: (603) 382-4988
';var m_4f1730a9b124eea813b992edebc06840 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New England Auto Finance, Inc.',});m_4f1730a9b124eea813b992edebc06840['infowindow'] = new google.maps.InfoWindow({content: $l4f1730a9b124eea813b992edebc06840});var infowindow = new google.maps.InfoWindow({content: $l4f1730a9b124eea813b992edebc06840});google.maps.event.addListener(m_4f1730a9b124eea813b992edebc06840, 'click', function() {infowindow.open(map,m_4f1730a9b124eea813b992edebc06840);});$marker.push(m_4f1730a9b124eea813b992edebc06840);}});}google.maps.event.addDomListener(window, 'load', initialize);