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.881,-87.6247)};var g_c4c2268a83e731672073f530bc0bc735 = new google.maps.Geocoder();g_c4c2268a83e731672073f530bc0bc735.geocode( { 'address': "1715 N Wells St, Chicago, IL 60614"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-premier-insurance-services-of-chicago').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-premier-insurance-services-of-chicago'), mapOptions);}document.getElementById('33aaffb5').innerHTML += ' | View Map';var $lc4c2268a83e731672073f530bc0bc735 = '

Premier Insurance Services of Chicago

Address: 1715 N Wells St, Chicago, IL 60614
Phone: (312) 379-0083
';var m_c4c2268a83e731672073f530bc0bc735 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Insurance Services of Chicago',});m_c4c2268a83e731672073f530bc0bc735['infowindow'] = new google.maps.InfoWindow({content: $lc4c2268a83e731672073f530bc0bc735});var infowindow = new google.maps.InfoWindow({content: $lc4c2268a83e731672073f530bc0bc735});google.maps.event.addListener(m_c4c2268a83e731672073f530bc0bc735, 'click', function() {infowindow.open(map,m_c4c2268a83e731672073f530bc0bc735);});$marker.push(m_c4c2268a83e731672073f530bc0bc735);}});}google.maps.event.addDomListener(window, 'load', initialize);