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.6577,-70.2585)};var g_33365e328dd27f43c90a56c936f1435a = new google.maps.Geocoder();g_33365e328dd27f43c90a56c936f1435a.geocode( { 'address': "One Monument Square, 1 Monument Way #800, Portland, ME 04101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-bluetarp-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-bluetarp-financial-inc'), mapOptions);}document.getElementById('713c795a').innerHTML += ' | View Map';var $l33365e328dd27f43c90a56c936f1435a = '

BlueTarp Financial Inc

Address: One Monument Square, 1 Monument Way #800, Portland, ME 04101, USA
Phone: (207) 797-5900
';var m_33365e328dd27f43c90a56c936f1435a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BlueTarp Financial Inc',});m_33365e328dd27f43c90a56c936f1435a['infowindow'] = new google.maps.InfoWindow({content: $l33365e328dd27f43c90a56c936f1435a});var infowindow = new google.maps.InfoWindow({content: $l33365e328dd27f43c90a56c936f1435a});google.maps.event.addListener(m_33365e328dd27f43c90a56c936f1435a, 'click', function() {infowindow.open(map,m_33365e328dd27f43c90a56c936f1435a);});$marker.push(m_33365e328dd27f43c90a56c936f1435a);}});}google.maps.event.addDomListener(window, 'load', initialize);