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.6837,-70.7906)};var g_0136556f32b527077a2d68c58f6456ad = new google.maps.Geocoder();g_0136556f32b527077a2d68c58f6456ad.geocode( { 'address': "Main St, Limerick, ME 04048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('limerick-ME-keybank-national-association').style.display = '';map = new google.maps.Map(document.getElementById('limerick-ME-keybank-national-association'), mapOptions);}document.getElementById('11e4a383').innerHTML += ' | View Map';var $l0136556f32b527077a2d68c58f6456ad = '

Keybank, National Association

Address: Main St, Limerick, ME 04048, USA
Phone:
';var m_0136556f32b527077a2d68c58f6456ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keybank, National Association',});m_0136556f32b527077a2d68c58f6456ad['infowindow'] = new google.maps.InfoWindow({content: $l0136556f32b527077a2d68c58f6456ad});var infowindow = new google.maps.InfoWindow({content: $l0136556f32b527077a2d68c58f6456ad});google.maps.event.addListener(m_0136556f32b527077a2d68c58f6456ad, 'click', function() {infowindow.open(map,m_0136556f32b527077a2d68c58f6456ad);});$marker.push(m_0136556f32b527077a2d68c58f6456ad);}});}google.maps.event.addDomListener(window, 'load', initialize);