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.0207,-92.9131)};var g_7b5ff80249cc0332bde14b1a34e84c77 = new google.maps.Geocoder();g_7b5ff80249cc0332bde14b1a34e84c77.geocode( { 'address': "2101 S Center St, Marshalltown, IA 50158, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshalltown-IA-united-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('marshalltown-IA-united-bank--trust'), mapOptions);}document.getElementById('d343bea8').innerHTML += ' | View Map';var $l7b5ff80249cc0332bde14b1a34e84c77 = '

United Bank & Trust

Address: 2101 S Center St, Marshalltown, IA 50158, USA
Phone: (641) 753-5900
';var m_7b5ff80249cc0332bde14b1a34e84c77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank & Trust',});m_7b5ff80249cc0332bde14b1a34e84c77['infowindow'] = new google.maps.InfoWindow({content: $l7b5ff80249cc0332bde14b1a34e84c77});var infowindow = new google.maps.InfoWindow({content: $l7b5ff80249cc0332bde14b1a34e84c77});google.maps.event.addListener(m_7b5ff80249cc0332bde14b1a34e84c77, 'click', function() {infowindow.open(map,m_7b5ff80249cc0332bde14b1a34e84c77);});$marker.push(m_7b5ff80249cc0332bde14b1a34e84c77);}});}google.maps.event.addDomListener(window, 'load', initialize);