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(40.0971,-88.1924)};var g_8f6cdf005f0fb88c52f18f50919b3b6a = new google.maps.Geocoder();g_8f6cdf005f0fb88c52f18f50919b3b6a.geocode( { 'address': "1717 S Philo Rd #17c, Urbana, IL 61801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbana-IL-heights-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('urbana-IL-heights-finance-corporation'), mapOptions);}document.getElementById('ae6516df').innerHTML += ' | View Map';var $l8f6cdf005f0fb88c52f18f50919b3b6a = '

Heights Finance Corporation

Address: 1717 S Philo Rd #17c, Urbana, IL 61801, USA
Phone: (217) 384-6911
';var m_8f6cdf005f0fb88c52f18f50919b3b6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heights Finance Corporation',});m_8f6cdf005f0fb88c52f18f50919b3b6a['infowindow'] = new google.maps.InfoWindow({content: $l8f6cdf005f0fb88c52f18f50919b3b6a});var infowindow = new google.maps.InfoWindow({content: $l8f6cdf005f0fb88c52f18f50919b3b6a});google.maps.event.addListener(m_8f6cdf005f0fb88c52f18f50919b3b6a, 'click', function() {infowindow.open(map,m_8f6cdf005f0fb88c52f18f50919b3b6a);});$marker.push(m_8f6cdf005f0fb88c52f18f50919b3b6a);}});}google.maps.event.addDomListener(window, 'load', initialize);