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.1702,-87.0733)};var g_65957bb2b187853974b2f6f6455c7608 = new google.maps.Geocoder();g_65957bb2b187853974b2f6f6455c7608.geocode( { 'address': "208 S Vine St, Wingate, IN 47994, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wingate-IN-fountain-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('wingate-IN-fountain-trust-co'), mapOptions);}document.getElementById('bbae9658').innerHTML += ' | View Map';var $l65957bb2b187853974b2f6f6455c7608 = '

Fountain Trust Co

Address: 208 S Vine St, Wingate, IN 47994, USA
Phone:
';var m_65957bb2b187853974b2f6f6455c7608 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fountain Trust Co',});m_65957bb2b187853974b2f6f6455c7608['infowindow'] = new google.maps.InfoWindow({content: $l65957bb2b187853974b2f6f6455c7608});var infowindow = new google.maps.InfoWindow({content: $l65957bb2b187853974b2f6f6455c7608});google.maps.event.addListener(m_65957bb2b187853974b2f6f6455c7608, 'click', function() {infowindow.open(map,m_65957bb2b187853974b2f6f6455c7608);});$marker.push(m_65957bb2b187853974b2f6f6455c7608);}});}google.maps.event.addDomListener(window, 'load', initialize);