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.931,-87.1557)};var g_7e144b5f6da5618e0489988c24c69f31 = new google.maps.Geocoder();g_7e144b5f6da5618e0489988c24c69f31.geocode( { 'address': "323 S College Ave, Rensselaer, IN 47978, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rensselaer-IN-lending-hand-inc').style.display = '';map = new google.maps.Map(document.getElementById('rensselaer-IN-lending-hand-inc'), mapOptions);}document.getElementById('38a32b35').innerHTML += ' | View Map';var $l7e144b5f6da5618e0489988c24c69f31 = '

Lending Hand Inc.

Address: 323 S College Ave, Rensselaer, IN 47978, USA
Phone: (219) 866-4455
';var m_7e144b5f6da5618e0489988c24c69f31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lending Hand Inc.',});m_7e144b5f6da5618e0489988c24c69f31['infowindow'] = new google.maps.InfoWindow({content: $l7e144b5f6da5618e0489988c24c69f31});var infowindow = new google.maps.InfoWindow({content: $l7e144b5f6da5618e0489988c24c69f31});google.maps.event.addListener(m_7e144b5f6da5618e0489988c24c69f31, 'click', function() {infowindow.open(map,m_7e144b5f6da5618e0489988c24c69f31);});$marker.push(m_7e144b5f6da5618e0489988c24c69f31);}});}google.maps.event.addDomListener(window, 'load', initialize);