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.7861,-71.5086)};var g_c666d6defbd27d48d3c46f2116b8b453 = new google.maps.Geocoder();g_c666d6defbd27d48d3c46f2116b8b453.geocode( { 'address': "379 Amherst St Unit 6B, Nashua, NH 03063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashua-NH-american-automobile-association-aaa---nashua-nne-nh').style.display = '';map = new google.maps.Map(document.getElementById('nashua-NH-american-automobile-association-aaa---nashua-nne-nh'), mapOptions);}document.getElementById('d826401b').innerHTML += ' | View Map';var $lc666d6defbd27d48d3c46f2116b8b453 = '

American Automobile Association (AAA) - Nashua, NNE (NH)

Address: 379 Amherst St Unit 6B, Nashua, NH 03063, USA
Phone: (603) 889-0165
';var m_c666d6defbd27d48d3c46f2116b8b453 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Automobile Association (AAA) - Nashua, NNE (NH)',});m_c666d6defbd27d48d3c46f2116b8b453['infowindow'] = new google.maps.InfoWindow({content: $lc666d6defbd27d48d3c46f2116b8b453});var infowindow = new google.maps.InfoWindow({content: $lc666d6defbd27d48d3c46f2116b8b453});google.maps.event.addListener(m_c666d6defbd27d48d3c46f2116b8b453, 'click', function() {infowindow.open(map,m_c666d6defbd27d48d3c46f2116b8b453);});$marker.push(m_c666d6defbd27d48d3c46f2116b8b453);}});}google.maps.event.addDomListener(window, 'load', initialize);