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.7151,-71.1763)};var g_cafc1c81671c54115ab5d77c08d696a0 = new google.maps.Geocoder();g_cafc1c81671c54115ab5d77c08d696a0.geocode( { 'address': "511 Broadway, Lawrence, MA 01841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrence-MA-dolex-dollar-express').style.display = '';map = new google.maps.Map(document.getElementById('lawrence-MA-dolex-dollar-express'), mapOptions);}document.getElementById('9af9a684').innerHTML += ' | View Map';var $lcafc1c81671c54115ab5d77c08d696a0 = '

Dolex Dollar Express

Address: 511 Broadway, Lawrence, MA 01841, USA
Phone: (978) 975-1020
';var m_cafc1c81671c54115ab5d77c08d696a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dolex Dollar Express',});m_cafc1c81671c54115ab5d77c08d696a0['infowindow'] = new google.maps.InfoWindow({content: $lcafc1c81671c54115ab5d77c08d696a0});var infowindow = new google.maps.InfoWindow({content: $lcafc1c81671c54115ab5d77c08d696a0});google.maps.event.addListener(m_cafc1c81671c54115ab5d77c08d696a0, 'click', function() {infowindow.open(map,m_cafc1c81671c54115ab5d77c08d696a0);});$marker.push(m_cafc1c81671c54115ab5d77c08d696a0);}});}google.maps.event.addDomListener(window, 'load', initialize);