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.8128,-85.1732)};var g_08d8f648b8ad7919c1a336a11532877e = new google.maps.Geocoder();g_08d8f648b8ad7919c1a336a11532877e.geocode( { 'address': "145 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-wayne-bank').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-city-IN-wayne-bank'), mapOptions);}document.getElementById('8f5186e4').innerHTML += ' | View Map';var $l08d8f648b8ad7919c1a336a11532877e = '

Wayne Bank

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