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.7236,-70.2299)};var g_8828c9a3e1133da7c93b67ccac8c3325 = new google.maps.Geocoder();g_8828c9a3e1133da7c93b67ccac8c3325.geocode( { 'address': "251 US-1, Falmouth, ME 04105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falmouth-ME-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('falmouth-ME-citizens-bank'), mapOptions);}document.getElementById('84d4dafa').innerHTML += ' | View Map';var $l8828c9a3e1133da7c93b67ccac8c3325 = '

Citizens Bank

Address: 251 US-1, Falmouth, ME 04105, USA
Phone:
';var m_8828c9a3e1133da7c93b67ccac8c3325 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_8828c9a3e1133da7c93b67ccac8c3325['infowindow'] = new google.maps.InfoWindow({content: $l8828c9a3e1133da7c93b67ccac8c3325});var infowindow = new google.maps.InfoWindow({content: $l8828c9a3e1133da7c93b67ccac8c3325});google.maps.event.addListener(m_8828c9a3e1133da7c93b67ccac8c3325, 'click', function() {infowindow.open(map,m_8828c9a3e1133da7c93b67ccac8c3325);});$marker.push(m_8828c9a3e1133da7c93b67ccac8c3325);}});}google.maps.event.addDomListener(window, 'load', initialize);