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(41.8087,-88.2029)};var g_69f71f2da7481441ee728ac78fe137cf = new google.maps.Geocoder();g_69f71f2da7481441ee728ac78fe137cf.geocode( { 'address': "2135 City Gate Ln #300, Naperville, IL 60563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naperville-IL-edirex-media-llc').style.display = '';map = new google.maps.Map(document.getElementById('naperville-IL-edirex-media-llc'), mapOptions);}document.getElementById('172ad376').innerHTML += ' | View Map';var $l69f71f2da7481441ee728ac78fe137cf = '

eDirex Media, LLC

Address: 2135 City Gate Ln #300, Naperville, IL 60563, USA
Phone: (877) 334-7394
';var m_69f71f2da7481441ee728ac78fe137cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'eDirex Media, LLC',});m_69f71f2da7481441ee728ac78fe137cf['infowindow'] = new google.maps.InfoWindow({content: $l69f71f2da7481441ee728ac78fe137cf});var infowindow = new google.maps.InfoWindow({content: $l69f71f2da7481441ee728ac78fe137cf});google.maps.event.addListener(m_69f71f2da7481441ee728ac78fe137cf, 'click', function() {infowindow.open(map,m_69f71f2da7481441ee728ac78fe137cf);});$marker.push(m_69f71f2da7481441ee728ac78fe137cf);}});}google.maps.event.addDomListener(window, 'load', initialize);