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.001,-70.8517)};var g_98142492b9236b8c1fe2a59f4d080e40 = new google.maps.Geocoder();g_98142492b9236b8c1fe2a59f4d080e40.geocode( { 'address': "323 Plymouth St, Halifax, MA 02338"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('halifax-MA-citizens-bank'), mapOptions);}document.getElementById('454acd1f').innerHTML += ' | View Map';var $l98142492b9236b8c1fe2a59f4d080e40 = '

Citizens Bank

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