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.6568,-70.2557)};var g_4f10de210e8a97dc7da37f6148508ac1 = new google.maps.Geocoder();g_4f10de210e8a97dc7da37f6148508ac1.geocode( { 'address': "2 Canal Plaza, Portland, ME 04101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-sbm-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-sbm-financial-inc'), mapOptions);}document.getElementById('626157b4').innerHTML += ' | View Map';var $l4f10de210e8a97dc7da37f6148508ac1 = '

SBM Financial Inc

Address: 2 Canal Plaza, Portland, ME 04101, USA
Phone: (207) 518-6774
';var m_4f10de210e8a97dc7da37f6148508ac1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SBM Financial Inc',});m_4f10de210e8a97dc7da37f6148508ac1['infowindow'] = new google.maps.InfoWindow({content: $l4f10de210e8a97dc7da37f6148508ac1});var infowindow = new google.maps.InfoWindow({content: $l4f10de210e8a97dc7da37f6148508ac1});google.maps.event.addListener(m_4f10de210e8a97dc7da37f6148508ac1, 'click', function() {infowindow.open(map,m_4f10de210e8a97dc7da37f6148508ac1);});$marker.push(m_4f10de210e8a97dc7da37f6148508ac1);}});}google.maps.event.addDomListener(window, 'load', initialize);