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.6672,-84.9896)};var g_f1558e79c0736bcc9770373fdf03dccb = new google.maps.Geocoder();g_f1558e79c0736bcc9770373fdf03dccb.geocode( { 'address': "908 N Wayne St, Angola, IN 46703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angola-IN-state-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('angola-IN-state-bank-trust-co'), mapOptions);}document.getElementById('17aeb3e7').innerHTML += ' | View Map';var $lf1558e79c0736bcc9770373fdf03dccb = '

State Bank & Trust Co

Address: 908 N Wayne St, Angola, IN 46703
Phone: (260) 665-6100
';var m_f1558e79c0736bcc9770373fdf03dccb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust Co',});m_f1558e79c0736bcc9770373fdf03dccb['infowindow'] = new google.maps.InfoWindow({content: $lf1558e79c0736bcc9770373fdf03dccb});var infowindow = new google.maps.InfoWindow({content: $lf1558e79c0736bcc9770373fdf03dccb});google.maps.event.addListener(m_f1558e79c0736bcc9770373fdf03dccb, 'click', function() {infowindow.open(map,m_f1558e79c0736bcc9770373fdf03dccb);});$marker.push(m_f1558e79c0736bcc9770373fdf03dccb);}});}google.maps.event.addDomListener(window, 'load', initialize);