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.7574,-86.7752)};var g_336fd713f225fab0b5837bcc446ccb1d = new google.maps.Geocoder();g_336fd713f225fab0b5837bcc446ccb1d.geocode( { 'address': "1007 N 6th St, Monticello, IN 47960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-IN-lending-hand-inc').style.display = '';map = new google.maps.Map(document.getElementById('monticello-IN-lending-hand-inc'), mapOptions);}document.getElementById('5f4896ef').innerHTML += ' | View Map';var $l336fd713f225fab0b5837bcc446ccb1d = '

Lending Hand Inc

Address: 1007 N 6th St, Monticello, IN 47960, USA
Phone: (574) 583-0004
';var m_336fd713f225fab0b5837bcc446ccb1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lending Hand Inc',});m_336fd713f225fab0b5837bcc446ccb1d['infowindow'] = new google.maps.InfoWindow({content: $l336fd713f225fab0b5837bcc446ccb1d});var infowindow = new google.maps.InfoWindow({content: $l336fd713f225fab0b5837bcc446ccb1d});google.maps.event.addListener(m_336fd713f225fab0b5837bcc446ccb1d, 'click', function() {infowindow.open(map,m_336fd713f225fab0b5837bcc446ccb1d);});$marker.push(m_336fd713f225fab0b5837bcc446ccb1d);}});}google.maps.event.addDomListener(window, 'load', initialize);