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.3423,-86.3097)};var g_c93aa806e1da33fcea6da2c4bdb44a34 = new google.maps.Geocoder();g_c93aa806e1da33fcea6da2c4bdb44a34.geocode( { 'address': "315 N Michigan St, Plymouth, IN 46563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-IN-1st-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-IN-1st-source-bank'), mapOptions);}document.getElementById('21fdb6f2').innerHTML += ' | View Map';var $lc93aa806e1da33fcea6da2c4bdb44a34 = '

1st Source Bank

Address: 315 N Michigan St, Plymouth, IN 46563, USA
Phone: (574) 935-1522
';var m_c93aa806e1da33fcea6da2c4bdb44a34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Source Bank',});m_c93aa806e1da33fcea6da2c4bdb44a34['infowindow'] = new google.maps.InfoWindow({content: $lc93aa806e1da33fcea6da2c4bdb44a34});var infowindow = new google.maps.InfoWindow({content: $lc93aa806e1da33fcea6da2c4bdb44a34});google.maps.event.addListener(m_c93aa806e1da33fcea6da2c4bdb44a34, 'click', function() {infowindow.open(map,m_c93aa806e1da33fcea6da2c4bdb44a34);});$marker.push(m_c93aa806e1da33fcea6da2c4bdb44a34);}});}google.maps.event.addDomListener(window, 'load', initialize);