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(43.4716,-71.2358)};var g_bcbf5e0ae48ef7e5439863381d1a69bf = new google.maps.Geocoder();g_bcbf5e0ae48ef7e5439863381d1a69bf.geocode( { 'address': "24 Mt Major Hwy, Alton Bay, NH 03810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alton-NH-morin-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('alton-NH-morin-insurance-agency'), mapOptions);}document.getElementById('d24d0064').innerHTML += ' | View Map';var $lbcbf5e0ae48ef7e5439863381d1a69bf = '

Morin Insurance Agency

Address: 24 Mt Major Hwy, Alton Bay, NH 03810, USA
Phone: (603) 875-1200
';var m_bcbf5e0ae48ef7e5439863381d1a69bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morin Insurance Agency',});m_bcbf5e0ae48ef7e5439863381d1a69bf['infowindow'] = new google.maps.InfoWindow({content: $lbcbf5e0ae48ef7e5439863381d1a69bf});var infowindow = new google.maps.InfoWindow({content: $lbcbf5e0ae48ef7e5439863381d1a69bf});google.maps.event.addListener(m_bcbf5e0ae48ef7e5439863381d1a69bf, 'click', function() {infowindow.open(map,m_bcbf5e0ae48ef7e5439863381d1a69bf);});$marker.push(m_bcbf5e0ae48ef7e5439863381d1a69bf);}});}google.maps.event.addDomListener(window, 'load', initialize);