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(42.0142,-87.7413)};var g_cd457ca74689ea569ac9e8f4da4ca565 = new google.maps.Geocoder();g_cd457ca74689ea569ac9e8f4da4ca565.geocode( { 'address': "7301 Lincoln Ave #220, Lincolnwood, IL 60712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnwood-IL-praxis-financial-solutions-inc').style.display = '';map = new google.maps.Map(document.getElementById('lincolnwood-IL-praxis-financial-solutions-inc'), mapOptions);}document.getElementById('6c62293a').innerHTML += ' | View Map';var $lcd457ca74689ea569ac9e8f4da4ca565 = '

Praxis Financial Solutions Inc

Address: 7301 Lincoln Ave #220, Lincolnwood, IL 60712, USA
Phone: (847) 676-1111
';var m_cd457ca74689ea569ac9e8f4da4ca565 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Praxis Financial Solutions Inc',});m_cd457ca74689ea569ac9e8f4da4ca565['infowindow'] = new google.maps.InfoWindow({content: $lcd457ca74689ea569ac9e8f4da4ca565});var infowindow = new google.maps.InfoWindow({content: $lcd457ca74689ea569ac9e8f4da4ca565});google.maps.event.addListener(m_cd457ca74689ea569ac9e8f4da4ca565, 'click', function() {infowindow.open(map,m_cd457ca74689ea569ac9e8f4da4ca565);});$marker.push(m_cd457ca74689ea569ac9e8f4da4ca565);}});}google.maps.event.addDomListener(window, 'load', initialize);