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.2037,-70.5311)};var g_d7f9607ca12fa449600b84b654d621db = new google.maps.Geocoder();g_d7f9607ca12fa449600b84b654d621db.geocode( { 'address': "95 Main St, Norway, ME 04268, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norway-ME-lee-credit-express-inc').style.display = '';map = new google.maps.Map(document.getElementById('norway-ME-lee-credit-express-inc'), mapOptions);}document.getElementById('764938d7').innerHTML += ' | View Map';var $ld7f9607ca12fa449600b84b654d621db = '

Lee Credit Express Inc

Address: 95 Main St, Norway, ME 04268, USA
Phone: (207) 743-9975
';var m_d7f9607ca12fa449600b84b654d621db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee Credit Express Inc',});m_d7f9607ca12fa449600b84b654d621db['infowindow'] = new google.maps.InfoWindow({content: $ld7f9607ca12fa449600b84b654d621db});var infowindow = new google.maps.InfoWindow({content: $ld7f9607ca12fa449600b84b654d621db});google.maps.event.addListener(m_d7f9607ca12fa449600b84b654d621db, 'click', function() {infowindow.open(map,m_d7f9607ca12fa449600b84b654d621db);});$marker.push(m_d7f9607ca12fa449600b84b654d621db);}});}google.maps.event.addDomListener(window, 'load', initialize);