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.8931,-85.505)};var g_17257e81a344982579af1ae6415a7b8c = new google.maps.Geocoder();g_17257e81a344982579af1ae6415a7b8c.geocode( { 'address': "1959 N Jefferson St, Huntington, IN 46750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-IN-1st-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-IN-1st-source-bank'), mapOptions);}document.getElementById('6c82ff36').innerHTML += ' | View Map';var $l17257e81a344982579af1ae6415a7b8c = '

1st Source Bank

Address: 1959 N Jefferson St, Huntington, IN 46750, USA
Phone: (260) 356-1600
';var m_17257e81a344982579af1ae6415a7b8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Source Bank',});m_17257e81a344982579af1ae6415a7b8c['infowindow'] = new google.maps.InfoWindow({content: $l17257e81a344982579af1ae6415a7b8c});var infowindow = new google.maps.InfoWindow({content: $l17257e81a344982579af1ae6415a7b8c});google.maps.event.addListener(m_17257e81a344982579af1ae6415a7b8c, 'click', function() {infowindow.open(map,m_17257e81a344982579af1ae6415a7b8c);});$marker.push(m_17257e81a344982579af1ae6415a7b8c);}});}google.maps.event.addDomListener(window, 'load', initialize);