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.7023,-85.949)};var g_9a311e63c3583745a200a32f18dbb23e = new google.maps.Geocoder();g_9a311e63c3583745a200a32f18dbb23e.geocode( { 'address': "1809 E Bristol St, Elkhart, IN 46514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhart-IN-hometown-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('elkhart-IN-hometown-mortgage'), mapOptions);}document.getElementById('0c2688dc').innerHTML += ' | View Map';var $l9a311e63c3583745a200a32f18dbb23e = '

Hometown Mortgage

Address: 1809 E Bristol St, Elkhart, IN 46514, USA
Phone: (574) 293-5626
';var m_9a311e63c3583745a200a32f18dbb23e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Mortgage',});m_9a311e63c3583745a200a32f18dbb23e['infowindow'] = new google.maps.InfoWindow({content: $l9a311e63c3583745a200a32f18dbb23e});var infowindow = new google.maps.InfoWindow({content: $l9a311e63c3583745a200a32f18dbb23e});google.maps.event.addListener(m_9a311e63c3583745a200a32f18dbb23e, 'click', function() {infowindow.open(map,m_9a311e63c3583745a200a32f18dbb23e);});$marker.push(m_9a311e63c3583745a200a32f18dbb23e);}});}google.maps.event.addDomListener(window, 'load', initialize);