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.6873,-70.2936)};var g_6cabe510de0b4b96966758f95ffd676d = new google.maps.Geocoder();g_6cabe510de0b4b96966758f95ffd676d.geocode( { 'address': "844 Stevens Ave, Portland, ME 04103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-mc-leod-ascanio--co').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-mc-leod-ascanio--co'), mapOptions);}document.getElementById('33a55111').innerHTML += ' | View Map';var $l6cabe510de0b4b96966758f95ffd676d = '

Mc Leod Ascanio & Co

Address: 844 Stevens Ave, Portland, ME 04103, USA
Phone: (207) 878-2727
';var m_6cabe510de0b4b96966758f95ffd676d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mc Leod Ascanio & Co',});m_6cabe510de0b4b96966758f95ffd676d['infowindow'] = new google.maps.InfoWindow({content: $l6cabe510de0b4b96966758f95ffd676d});var infowindow = new google.maps.InfoWindow({content: $l6cabe510de0b4b96966758f95ffd676d});google.maps.event.addListener(m_6cabe510de0b4b96966758f95ffd676d, 'click', function() {infowindow.open(map,m_6cabe510de0b4b96966758f95ffd676d);});$marker.push(m_6cabe510de0b4b96966758f95ffd676d);}});}google.maps.event.addDomListener(window, 'load', initialize);