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.9999,-87.8149)};var g_066677956c69cd83d71a7bd55695cf25 = new google.maps.Geocoder();g_066677956c69cd83d71a7bd55695cf25.geocode( { 'address': "6565 N Avondale Ave # 4, Chicago, IL 60631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-integra-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-integra-financial-group-inc'), mapOptions);}document.getElementById('14c25092').innerHTML += ' | View Map';var $l066677956c69cd83d71a7bd55695cf25 = '

Integra Financial Group Inc

Address: 6565 N Avondale Ave # 4, Chicago, IL 60631, USA
Phone: (773) 792-0000
';var m_066677956c69cd83d71a7bd55695cf25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Integra Financial Group Inc',});m_066677956c69cd83d71a7bd55695cf25['infowindow'] = new google.maps.InfoWindow({content: $l066677956c69cd83d71a7bd55695cf25});var infowindow = new google.maps.InfoWindow({content: $l066677956c69cd83d71a7bd55695cf25});google.maps.event.addListener(m_066677956c69cd83d71a7bd55695cf25, 'click', function() {infowindow.open(map,m_066677956c69cd83d71a7bd55695cf25);});$marker.push(m_066677956c69cd83d71a7bd55695cf25);}});}google.maps.event.addDomListener(window, 'load', initialize);