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.8839,-87.656)};var g_45b02e9da70144e563ddb3407d8718ae = new google.maps.Geocoder();g_45b02e9da70144e563ddb3407d8718ae.geocode( { 'address': "1141 W Randolph St, Chicago, IL 60607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-townstone-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-townstone-financial-inc'), mapOptions);}document.getElementById('f3331507').innerHTML += ' | View Map';var $l45b02e9da70144e563ddb3407d8718ae = '

Townstone Financial, Inc.

Address: 1141 W Randolph St, Chicago, IL 60607, USA
Phone: (312) 896-2100
';var m_45b02e9da70144e563ddb3407d8718ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Townstone Financial, Inc.',});m_45b02e9da70144e563ddb3407d8718ae['infowindow'] = new google.maps.InfoWindow({content: $l45b02e9da70144e563ddb3407d8718ae});var infowindow = new google.maps.InfoWindow({content: $l45b02e9da70144e563ddb3407d8718ae});google.maps.event.addListener(m_45b02e9da70144e563ddb3407d8718ae, 'click', function() {infowindow.open(map,m_45b02e9da70144e563ddb3407d8718ae);});$marker.push(m_45b02e9da70144e563ddb3407d8718ae);}});}google.maps.event.addDomListener(window, 'load', initialize);