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(39.8123,-85.1737)};var g_013bd45563a1118fcefcbb1b0f2e3524 = new google.maps.Geocoder();g_013bd45563a1118fcefcbb1b0f2e3524.geocode( { 'address': "200 W Main St, Cambridge City, IN 47327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cambridge-city-IN-main-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-city-IN-main-source-bank'), mapOptions);}document.getElementById('e87ef08a').innerHTML += ' | View Map';var $l013bd45563a1118fcefcbb1b0f2e3524 = '

Main Source Bank

Address: 200 W Main St, Cambridge City, IN 47327, USA
Phone: (765) 478-3155
';var m_013bd45563a1118fcefcbb1b0f2e3524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Main Source Bank',});m_013bd45563a1118fcefcbb1b0f2e3524['infowindow'] = new google.maps.InfoWindow({content: $l013bd45563a1118fcefcbb1b0f2e3524});var infowindow = new google.maps.InfoWindow({content: $l013bd45563a1118fcefcbb1b0f2e3524});google.maps.event.addListener(m_013bd45563a1118fcefcbb1b0f2e3524, 'click', function() {infowindow.open(map,m_013bd45563a1118fcefcbb1b0f2e3524);});$marker.push(m_013bd45563a1118fcefcbb1b0f2e3524);}});}google.maps.event.addDomListener(window, 'load', initialize);