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(41.9952,-70.8484)};var g_47d1e990583c9c67424d369f3414728e = new google.maps.Geocoder();g_47d1e990583c9c67424d369f3414728e.geocode( { 'address': "323 Plymouth St, Halifax, MA 02338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-MA-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('halifax-MA-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('30ae12ee').innerHTML += ' | View Map';var $l47d1e990583c9c67424d369f3414728e = '

Citizens Bank Supermarket Branch

Address: 323 Plymouth St, Halifax, MA 02338, USA
Phone: (781) 293-2807
';var m_47d1e990583c9c67424d369f3414728e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_47d1e990583c9c67424d369f3414728e['infowindow'] = new google.maps.InfoWindow({content: $l47d1e990583c9c67424d369f3414728e});var infowindow = new google.maps.InfoWindow({content: $l47d1e990583c9c67424d369f3414728e});google.maps.event.addListener(m_47d1e990583c9c67424d369f3414728e, 'click', function() {infowindow.open(map,m_47d1e990583c9c67424d369f3414728e);});$marker.push(m_47d1e990583c9c67424d369f3414728e);}});}google.maps.event.addDomListener(window, 'load', initialize);