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.5703,-70.3883)};var g_45960f1030a3edd13c57520d2cced90c = new google.maps.Geocoder();g_45960f1030a3edd13c57520d2cced90c.geocode( { 'address': "38 Hannaford Dr, Scarborough, ME 04074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scarborough-ME-gorham-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('scarborough-ME-gorham-savings-bank'), mapOptions);}document.getElementById('184fc46c').innerHTML += ' | View Map';var $l45960f1030a3edd13c57520d2cced90c = '

Gorham Savings Bank

Address: 38 Hannaford Dr, Scarborough, ME 04074
Phone: (207) 883-7440
';var m_45960f1030a3edd13c57520d2cced90c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gorham Savings Bank',});m_45960f1030a3edd13c57520d2cced90c['infowindow'] = new google.maps.InfoWindow({content: $l45960f1030a3edd13c57520d2cced90c});var infowindow = new google.maps.InfoWindow({content: $l45960f1030a3edd13c57520d2cced90c});google.maps.event.addListener(m_45960f1030a3edd13c57520d2cced90c, 'click', function() {infowindow.open(map,m_45960f1030a3edd13c57520d2cced90c);});$marker.push(m_45960f1030a3edd13c57520d2cced90c);}});}google.maps.event.addDomListener(window, 'load', initialize);