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_3dcfdd8da0bc9ad027d2e7184439ad44 = new google.maps.Geocoder();g_3dcfdd8da0bc9ad027d2e7184439ad44.geocode( { 'address': "10517 S Western Ave, Chicago, IL 60643"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-standring-financial-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-standring-financial-insurance-services'), mapOptions);}document.getElementById('6bbdf5b6').innerHTML += ' | View Map';var $l3dcfdd8da0bc9ad027d2e7184439ad44 = '

Standring Financial Insurance Services

Address: 10517 S Western Ave, Chicago, IL 60643
Phone: (773) 881-8000
';var m_3dcfdd8da0bc9ad027d2e7184439ad44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standring Financial Insurance Services',});m_3dcfdd8da0bc9ad027d2e7184439ad44['infowindow'] = new google.maps.InfoWindow({content: $l3dcfdd8da0bc9ad027d2e7184439ad44});var infowindow = new google.maps.InfoWindow({content: $l3dcfdd8da0bc9ad027d2e7184439ad44});google.maps.event.addListener(m_3dcfdd8da0bc9ad027d2e7184439ad44, 'click', function() {infowindow.open(map,m_3dcfdd8da0bc9ad027d2e7184439ad44);});$marker.push(m_3dcfdd8da0bc9ad027d2e7184439ad44);}});}google.maps.event.addDomListener(window, 'load', initialize);