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.1252,-88.0638)};var g_60d142cf268cf9702948acd2dd76f377 = new google.maps.Geocoder();g_60d142cf268cf9702948acd2dd76f377.geocode( { 'address': "830 W Northwest Hwy #11, Palatine, IL 60067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palatine-IL-american-home-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('palatine-IL-american-home-finance-inc'), mapOptions);}document.getElementById('25da150d').innerHTML += ' | View Map';var $l60d142cf268cf9702948acd2dd76f377 = '

American Home Finance Inc

Address: 830 W Northwest Hwy #11, Palatine, IL 60067, USA
Phone: (847) 705-1940
';var m_60d142cf268cf9702948acd2dd76f377 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Home Finance Inc',});m_60d142cf268cf9702948acd2dd76f377['infowindow'] = new google.maps.InfoWindow({content: $l60d142cf268cf9702948acd2dd76f377});var infowindow = new google.maps.InfoWindow({content: $l60d142cf268cf9702948acd2dd76f377});google.maps.event.addListener(m_60d142cf268cf9702948acd2dd76f377, 'click', function() {infowindow.open(map,m_60d142cf268cf9702948acd2dd76f377);});$marker.push(m_60d142cf268cf9702948acd2dd76f377);}});}google.maps.event.addDomListener(window, 'load', initialize);