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.1735,-87.0709)};var g_35e0813bd6668bf4e085da1f9a84a146 = new google.maps.Geocoder();g_35e0813bd6668bf4e085da1f9a84a146.geocode( { 'address': "208 S Vine St, Wingate, IN 47994"}, 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('cc4df06e').innerHTML += ' | View Map';var $l35e0813bd6668bf4e085da1f9a84a146 = '

Fountain Trust Co

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