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.1211,-88.0348)};var g_6bf3da3d5763a555a90e1ff2a4c9d1ac = new google.maps.Geocoder();g_6bf3da3d5763a555a90e1ff2a4c9d1ac.geocode( { 'address': "664 N 1st Bank Dr, Palatine, IL 60067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatine-IL-document-express').style.display = '';map = new google.maps.Map(document.getElementById('palatine-IL-document-express'), mapOptions);}document.getElementById('8210435a').innerHTML += ' | View Map';var $l6bf3da3d5763a555a90e1ff2a4c9d1ac = '

Document Express

Address: 664 N 1st Bank Dr, Palatine, IL 60067, USA
Phone: (847) 654-1500
';var m_6bf3da3d5763a555a90e1ff2a4c9d1ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Document Express',});m_6bf3da3d5763a555a90e1ff2a4c9d1ac['infowindow'] = new google.maps.InfoWindow({content: $l6bf3da3d5763a555a90e1ff2a4c9d1ac});var infowindow = new google.maps.InfoWindow({content: $l6bf3da3d5763a555a90e1ff2a4c9d1ac});google.maps.event.addListener(m_6bf3da3d5763a555a90e1ff2a4c9d1ac, 'click', function() {infowindow.open(map,m_6bf3da3d5763a555a90e1ff2a4c9d1ac);});$marker.push(m_6bf3da3d5763a555a90e1ff2a4c9d1ac);}});}google.maps.event.addDomListener(window, 'load', initialize);