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.8095,-71.5798)};var g_66419fd1511e8d402d8c9d38afae385c = new google.maps.Geocoder();g_66419fd1511e8d402d8c9d38afae385c.geocode( { 'address': "85 NH-101A, Amherst, NH 03031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-NH-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('amherst-NH-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('fdf54cc1').innerHTML += ' | View Map';var $l66419fd1511e8d402d8c9d38afae385c = '

Citizens Bank Supermarket Branch

Address: 85 NH-101A, Amherst, NH 03031, USA
Phone: (603) 672-3843
';var m_66419fd1511e8d402d8c9d38afae385c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_66419fd1511e8d402d8c9d38afae385c['infowindow'] = new google.maps.InfoWindow({content: $l66419fd1511e8d402d8c9d38afae385c});var infowindow = new google.maps.InfoWindow({content: $l66419fd1511e8d402d8c9d38afae385c});google.maps.event.addListener(m_66419fd1511e8d402d8c9d38afae385c, 'click', function() {infowindow.open(map,m_66419fd1511e8d402d8c9d38afae385c);});$marker.push(m_66419fd1511e8d402d8c9d38afae385c);}});}google.maps.event.addDomListener(window, 'load', initialize);