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.6719,-70.2833)};var g_5b6dcac92b07d420f5819ead0bd07190 = new google.maps.Geocoder();g_5b6dcac92b07d420f5819ead0bd07190.geocode( { 'address': "28 Vannah Ave, Portland, ME 04103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-martin-michael').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-martin-michael'), mapOptions);}document.getElementById('335c64ce').innerHTML += ' | View Map';var $l5b6dcac92b07d420f5819ead0bd07190 = '

Martin Michael

Address: 28 Vannah Ave, Portland, ME 04103, USA
Phone: (207) 775-2424
';var m_5b6dcac92b07d420f5819ead0bd07190 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martin Michael',});m_5b6dcac92b07d420f5819ead0bd07190['infowindow'] = new google.maps.InfoWindow({content: $l5b6dcac92b07d420f5819ead0bd07190});var infowindow = new google.maps.InfoWindow({content: $l5b6dcac92b07d420f5819ead0bd07190});google.maps.event.addListener(m_5b6dcac92b07d420f5819ead0bd07190, 'click', function() {infowindow.open(map,m_5b6dcac92b07d420f5819ead0bd07190);});$marker.push(m_5b6dcac92b07d420f5819ead0bd07190);}});}google.maps.event.addDomListener(window, 'load', initialize);