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.7295,-71.448)};var g_5682ae7da7132cd463c9b5a827eb9ebc = new google.maps.Geocoder();g_5682ae7da7132cd463c9b5a827eb9ebc.geocode( { 'address': "110 Daniel Webster Hwy, Nashua, NH 03060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashua-NH-carbucks-of-new-england-inc').style.display = '';map = new google.maps.Map(document.getElementById('nashua-NH-carbucks-of-new-england-inc'), mapOptions);}document.getElementById('e34be43f').innerHTML += ' | View Map';var $l5682ae7da7132cd463c9b5a827eb9ebc = '

Carbucks of New England Inc

Address: 110 Daniel Webster Hwy, Nashua, NH 03060, USA
Phone: (603) 888-0880
';var m_5682ae7da7132cd463c9b5a827eb9ebc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carbucks of New England Inc',});m_5682ae7da7132cd463c9b5a827eb9ebc['infowindow'] = new google.maps.InfoWindow({content: $l5682ae7da7132cd463c9b5a827eb9ebc});var infowindow = new google.maps.InfoWindow({content: $l5682ae7da7132cd463c9b5a827eb9ebc});google.maps.event.addListener(m_5682ae7da7132cd463c9b5a827eb9ebc, 'click', function() {infowindow.open(map,m_5682ae7da7132cd463c9b5a827eb9ebc);});$marker.push(m_5682ae7da7132cd463c9b5a827eb9ebc);}});}google.maps.event.addDomListener(window, 'load', initialize);