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.6208,-70.2911)};var g_9e701dfc2f4952d495077c6bf6c3c94a = new google.maps.Geocoder();g_9e701dfc2f4952d495077c6bf6c3c94a.geocode( { 'address': "425 Philbrook Ave, South Portland, ME 04106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-portland-ME-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('south-portland-ME-bank-of-america'), mapOptions);}document.getElementById('f806d530').innerHTML += ' | View Map';var $l9e701dfc2f4952d495077c6bf6c3c94a = '

Bank Of America

Address: 425 Philbrook Ave, South Portland, ME 04106
Phone: (207) 874-6495
';var m_9e701dfc2f4952d495077c6bf6c3c94a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_9e701dfc2f4952d495077c6bf6c3c94a['infowindow'] = new google.maps.InfoWindow({content: $l9e701dfc2f4952d495077c6bf6c3c94a});var infowindow = new google.maps.InfoWindow({content: $l9e701dfc2f4952d495077c6bf6c3c94a});google.maps.event.addListener(m_9e701dfc2f4952d495077c6bf6c3c94a, 'click', function() {infowindow.open(map,m_9e701dfc2f4952d495077c6bf6c3c94a);});$marker.push(m_9e701dfc2f4952d495077c6bf6c3c94a);}});}google.maps.event.addDomListener(window, 'load', initialize);