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(42.9123,-93.478)};var g_4ec65e1fab2b085623af34f1d3f8d5a2 = new google.maps.Geocoder();g_4ec65e1fab2b085623af34f1d3f8d5a2.geocode( { 'address': "424 1st St, Meservey, IA 50457, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meservey-IA-first-security-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('meservey-IA-first-security-bank--trust-co'), mapOptions);}document.getElementById('a397fdb6').innerHTML += ' | View Map';var $l4ec65e1fab2b085623af34f1d3f8d5a2 = '

First Security Bank & Trust Co.

Address: 424 1st St, Meservey, IA 50457, USA
Phone: (641) 358-6214
';var m_4ec65e1fab2b085623af34f1d3f8d5a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank & Trust Co.',});m_4ec65e1fab2b085623af34f1d3f8d5a2['infowindow'] = new google.maps.InfoWindow({content: $l4ec65e1fab2b085623af34f1d3f8d5a2});var infowindow = new google.maps.InfoWindow({content: $l4ec65e1fab2b085623af34f1d3f8d5a2});google.maps.event.addListener(m_4ec65e1fab2b085623af34f1d3f8d5a2, 'click', function() {infowindow.open(map,m_4ec65e1fab2b085623af34f1d3f8d5a2);});$marker.push(m_4ec65e1fab2b085623af34f1d3f8d5a2);}});}google.maps.event.addDomListener(window, 'load', initialize);