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.0336,-87.7291)};var g_5dfd38837dc134b2fc764c102b29fc46 = new google.maps.Geocoder();g_5dfd38837dc134b2fc764c102b29fc46.geocode( { 'address': "5225 Old Orchard Rd, Skokie, IL 60077"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('skokie-IL-granite-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('skokie-IL-granite-mortgage'), mapOptions);}document.getElementById('d1ccd423').innerHTML += ' | View Map';var $l5dfd38837dc134b2fc764c102b29fc46 = '

Granite Mortgage

Address: 5225 Old Orchard Rd, Skokie, IL 60077
Phone: (847) 966-8700
';var m_5dfd38837dc134b2fc764c102b29fc46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite Mortgage',});m_5dfd38837dc134b2fc764c102b29fc46['infowindow'] = new google.maps.InfoWindow({content: $l5dfd38837dc134b2fc764c102b29fc46});var infowindow = new google.maps.InfoWindow({content: $l5dfd38837dc134b2fc764c102b29fc46});google.maps.event.addListener(m_5dfd38837dc134b2fc764c102b29fc46, 'click', function() {infowindow.open(map,m_5dfd38837dc134b2fc764c102b29fc46);});$marker.push(m_5dfd38837dc134b2fc764c102b29fc46);}});}google.maps.event.addDomListener(window, 'load', initialize);