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.9461,-70.8358)};var g_19889544fd528289cce500512c7775e4 = new google.maps.Geocoder();g_19889544fd528289cce500512c7775e4.geocode( { 'address': "630 Lafayette Rd, Hampton, NH 03842, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-NH-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('hampton-NH-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('bf2dd243').innerHTML += ' | View Map';var $l19889544fd528289cce500512c7775e4 = '

Citizens Bank Supermarket Branch

Address: 630 Lafayette Rd, Hampton, NH 03842, USA
Phone: (603) 929-3070
';var m_19889544fd528289cce500512c7775e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_19889544fd528289cce500512c7775e4['infowindow'] = new google.maps.InfoWindow({content: $l19889544fd528289cce500512c7775e4});var infowindow = new google.maps.InfoWindow({content: $l19889544fd528289cce500512c7775e4});google.maps.event.addListener(m_19889544fd528289cce500512c7775e4, 'click', function() {infowindow.open(map,m_19889544fd528289cce500512c7775e4);});$marker.push(m_19889544fd528289cce500512c7775e4);}});}google.maps.event.addDomListener(window, 'load', initialize);