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.0422,-88.3118)};var g_967618d88ae1c1e4f33ad5e584ddeacb = new google.maps.Geocoder();g_967618d88ae1c1e4f33ad5e584ddeacb.geocode( { 'address': "306 N McLean Blvd, Elgin, IL 60123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elgin-IL-dolex-dollar-express').style.display = '';map = new google.maps.Map(document.getElementById('elgin-IL-dolex-dollar-express'), mapOptions);}document.getElementById('8b5ddfc5').innerHTML += ' | View Map';var $l967618d88ae1c1e4f33ad5e584ddeacb = '

Dolex Dollar Express

Address: 306 N McLean Blvd, Elgin, IL 60123, USA
Phone: (847) 841-8136
';var m_967618d88ae1c1e4f33ad5e584ddeacb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dolex Dollar Express',});m_967618d88ae1c1e4f33ad5e584ddeacb['infowindow'] = new google.maps.InfoWindow({content: $l967618d88ae1c1e4f33ad5e584ddeacb});var infowindow = new google.maps.InfoWindow({content: $l967618d88ae1c1e4f33ad5e584ddeacb});google.maps.event.addListener(m_967618d88ae1c1e4f33ad5e584ddeacb, 'click', function() {infowindow.open(map,m_967618d88ae1c1e4f33ad5e584ddeacb);});$marker.push(m_967618d88ae1c1e4f33ad5e584ddeacb);}});}google.maps.event.addDomListener(window, 'load', initialize);