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.3368,-94.6458)};var g_b305f5ac4e186088626d4b98e1045223 = new google.maps.Geocoder();g_b305f5ac4e186088626d4b98e1045223.geocode( { 'address': "96 US-10, Motley, MN 56466, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('motley-MN-first-international-banktrust').style.display = '';map = new google.maps.Map(document.getElementById('motley-MN-first-international-banktrust'), mapOptions);}document.getElementById('9b577163').innerHTML += ' | View Map';var $lb305f5ac4e186088626d4b98e1045223 = '

First International Bank/Trust

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