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(42.6457,-71.3083)};var g_ca6767d7b591fcf5f002324670599753 = new google.maps.Geocoder();g_ca6767d7b591fcf5f002324670599753.geocode( { 'address': "43 Merrimack St, Lowell, MA 01852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-MA-empire-loan-of-lowell-inc').style.display = '';map = new google.maps.Map(document.getElementById('lowell-MA-empire-loan-of-lowell-inc'), mapOptions);}document.getElementById('f6be8ece').innerHTML += ' | View Map';var $lca6767d7b591fcf5f002324670599753 = '

Empire Loan of Lowell, Inc.

Address: 43 Merrimack St, Lowell, MA 01852, USA
Phone: (978) 513-2300
';var m_ca6767d7b591fcf5f002324670599753 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Loan of Lowell, Inc.',});m_ca6767d7b591fcf5f002324670599753['infowindow'] = new google.maps.InfoWindow({content: $lca6767d7b591fcf5f002324670599753});var infowindow = new google.maps.InfoWindow({content: $lca6767d7b591fcf5f002324670599753});google.maps.event.addListener(m_ca6767d7b591fcf5f002324670599753, 'click', function() {infowindow.open(map,m_ca6767d7b591fcf5f002324670599753);});$marker.push(m_ca6767d7b591fcf5f002324670599753);}});}google.maps.event.addDomListener(window, 'load', initialize);