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.5862,-85.835)};var g_e09a3226a50fc580979bc99d7cf3cddf = new google.maps.Geocoder();g_e09a3226a50fc580979bc99d7cf3cddf.geocode( { 'address': "101 S Main St, Goshen, IN 46526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goshen-IN-1st-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('goshen-IN-1st-source-bank'), mapOptions);}document.getElementById('2107ab77').innerHTML += ' | View Map';var $le09a3226a50fc580979bc99d7cf3cddf = '

1st Source Bank

Address: 101 S Main St, Goshen, IN 46526, USA
Phone: (574) 533-7570
';var m_e09a3226a50fc580979bc99d7cf3cddf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Source Bank',});m_e09a3226a50fc580979bc99d7cf3cddf['infowindow'] = new google.maps.InfoWindow({content: $le09a3226a50fc580979bc99d7cf3cddf});var infowindow = new google.maps.InfoWindow({content: $le09a3226a50fc580979bc99d7cf3cddf});google.maps.event.addListener(m_e09a3226a50fc580979bc99d7cf3cddf, 'click', function() {infowindow.open(map,m_e09a3226a50fc580979bc99d7cf3cddf);});$marker.push(m_e09a3226a50fc580979bc99d7cf3cddf);}});}google.maps.event.addDomListener(window, 'load', initialize);