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(41.2896,-87.4021)};var g_54f93c50b4ece3a391113d32bf82dc95 = new google.maps.Geocoder();g_54f93c50b4ece3a391113d32bf82dc95.geocode( { 'address': "1682 E Commercial Ave, Lowell, IN 46356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-IN-hometown-loan').style.display = '';map = new google.maps.Map(document.getElementById('lowell-IN-hometown-loan'), mapOptions);}document.getElementById('68b1d590').innerHTML += ' | View Map';var $l54f93c50b4ece3a391113d32bf82dc95 = '

Hometown Loan

Address: 1682 E Commercial Ave, Lowell, IN 46356, USA
Phone: (219) 696-7296
';var m_54f93c50b4ece3a391113d32bf82dc95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Loan',});m_54f93c50b4ece3a391113d32bf82dc95['infowindow'] = new google.maps.InfoWindow({content: $l54f93c50b4ece3a391113d32bf82dc95});var infowindow = new google.maps.InfoWindow({content: $l54f93c50b4ece3a391113d32bf82dc95});google.maps.event.addListener(m_54f93c50b4ece3a391113d32bf82dc95, 'click', function() {infowindow.open(map,m_54f93c50b4ece3a391113d32bf82dc95);});$marker.push(m_54f93c50b4ece3a391113d32bf82dc95);}});}google.maps.event.addDomListener(window, 'load', initialize);