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(46.327,-94.6249)};var g_345d307ea2410ecb7f4d00b23ed9a399 = new google.maps.Geocoder();g_345d307ea2410ecb7f4d00b23ed9a399.geocode( { 'address': "96 Highway 10 S, Motley, MN 56466"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('motley-MN-first-international-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('motley-MN-first-international-bank-trust'), mapOptions);}document.getElementById('29b5a99c').innerHTML += ' | View Map';var $l345d307ea2410ecb7f4d00b23ed9a399 = '

First International Bank/Trust

Address: 96 Highway 10 S, Motley, MN 56466
Phone: (218) 352-6284
';var m_345d307ea2410ecb7f4d00b23ed9a399 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First International Bank/Trust',});m_345d307ea2410ecb7f4d00b23ed9a399['infowindow'] = new google.maps.InfoWindow({content: $l345d307ea2410ecb7f4d00b23ed9a399});var infowindow = new google.maps.InfoWindow({content: $l345d307ea2410ecb7f4d00b23ed9a399});google.maps.event.addListener(m_345d307ea2410ecb7f4d00b23ed9a399, 'click', function() {infowindow.open(map,m_345d307ea2410ecb7f4d00b23ed9a399);});$marker.push(m_345d307ea2410ecb7f4d00b23ed9a399);}});}google.maps.event.addDomListener(window, 'load', initialize);