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(43.0471,-92.4852)};var g_9d9b6df568499e7a2b1e4091229913f3 = new google.maps.Geocoder();g_9d9b6df568499e7a2b1e4091229913f3.geocode( { 'address': "201 W Main St, Ionia, IA 50645"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ionia-IA-first-security-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('ionia-IA-first-security-bank-trust-co'), mapOptions);}document.getElementById('d16e48e7').innerHTML += ' | View Map';var $l9d9b6df568499e7a2b1e4091229913f3 = '

First Security Bank & Trust Co

Address: 201 W Main St, Ionia, IA 50645
Phone: (641) 394-3505
';var m_9d9b6df568499e7a2b1e4091229913f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank & Trust Co',});m_9d9b6df568499e7a2b1e4091229913f3['infowindow'] = new google.maps.InfoWindow({content: $l9d9b6df568499e7a2b1e4091229913f3});var infowindow = new google.maps.InfoWindow({content: $l9d9b6df568499e7a2b1e4091229913f3});google.maps.event.addListener(m_9d9b6df568499e7a2b1e4091229913f3, 'click', function() {infowindow.open(map,m_9d9b6df568499e7a2b1e4091229913f3);});$marker.push(m_9d9b6df568499e7a2b1e4091229913f3);}});}google.maps.event.addDomListener(window, 'load', initialize);