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.7388,-85.1717)};var g_e506a612c2828d8633986ca89dac06a8 = new google.maps.Geocoder();g_e506a612c2828d8633986ca89dac06a8.geocode( { 'address': "124 S Main St, Bluffton, IN 46714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluffton-IN-1st-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('bluffton-IN-1st-source-bank'), mapOptions);}document.getElementById('b8947319').innerHTML += ' | View Map';var $le506a612c2828d8633986ca89dac06a8 = '

1st Source Bank

Address: 124 S Main St, Bluffton, IN 46714, USA
Phone: (260) 824-4800
';var m_e506a612c2828d8633986ca89dac06a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Source Bank',});m_e506a612c2828d8633986ca89dac06a8['infowindow'] = new google.maps.InfoWindow({content: $le506a612c2828d8633986ca89dac06a8});var infowindow = new google.maps.InfoWindow({content: $le506a612c2828d8633986ca89dac06a8});google.maps.event.addListener(m_e506a612c2828d8633986ca89dac06a8, 'click', function() {infowindow.open(map,m_e506a612c2828d8633986ca89dac06a8);});$marker.push(m_e506a612c2828d8633986ca89dac06a8);}});}google.maps.event.addDomListener(window, 'load', initialize);