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.461,-88.9901)};var g_b8c4c88a39a89f3201d4b74cc1a9e839 = new google.maps.Geocoder();g_b8c4c88a39a89f3201d4b74cc1a9e839.geocode( { 'address': "1717 R.T. Dunn Dr., Bloomington, IL 61701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomington-IL-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('bloomington-IL-tower-loan'), mapOptions);}document.getElementById('e85e095d').innerHTML += ' | View Map';var $lb8c4c88a39a89f3201d4b74cc1a9e839 = '

Tower Loan

Address: 1717 R.T. Dunn Dr., Bloomington, IL 61701, USA
Phone: (309) 820-0315
';var m_b8c4c88a39a89f3201d4b74cc1a9e839 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_b8c4c88a39a89f3201d4b74cc1a9e839['infowindow'] = new google.maps.InfoWindow({content: $lb8c4c88a39a89f3201d4b74cc1a9e839});var infowindow = new google.maps.InfoWindow({content: $lb8c4c88a39a89f3201d4b74cc1a9e839});google.maps.event.addListener(m_b8c4c88a39a89f3201d4b74cc1a9e839, 'click', function() {infowindow.open(map,m_b8c4c88a39a89f3201d4b74cc1a9e839);});$marker.push(m_b8c4c88a39a89f3201d4b74cc1a9e839);}});}google.maps.event.addDomListener(window, 'load', initialize);