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(44.8364,-69.2862)};var g_c15002379bd4109a306205534073f79f = new google.maps.Geocoder();g_c15002379bd4109a306205534073f79f.geocode( { 'address': "25 Moosehead Trail, Newport, ME 04953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-ME-lee-credit-now').style.display = '';map = new google.maps.Map(document.getElementById('newport-ME-lee-credit-now'), mapOptions);}document.getElementById('ab1a738e').innerHTML += ' | View Map';var $lc15002379bd4109a306205534073f79f = '

Lee Credit Now

Address: 25 Moosehead Trail, Newport, ME 04953, USA
Phone: (207) 355-3107
';var m_c15002379bd4109a306205534073f79f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee Credit Now',});m_c15002379bd4109a306205534073f79f['infowindow'] = new google.maps.InfoWindow({content: $lc15002379bd4109a306205534073f79f});var infowindow = new google.maps.InfoWindow({content: $lc15002379bd4109a306205534073f79f});google.maps.event.addListener(m_c15002379bd4109a306205534073f79f, 'click', function() {infowindow.open(map,m_c15002379bd4109a306205534073f79f);});$marker.push(m_c15002379bd4109a306205534073f79f);}});}google.maps.event.addDomListener(window, 'load', initialize);