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.4033,-101.846)};var g_5887f8760164b5479d3ee9286057183d = new google.maps.Geocoder();g_5887f8760164b5479d3ee9286057183d.geocode( { 'address': "204 N Main St, Elgin, ND 58533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elgin-ND-first-international-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('elgin-ND-first-international-bank--trust'), mapOptions);}document.getElementById('8b40ce23').innerHTML += ' | View Map';var $l5887f8760164b5479d3ee9286057183d = '

First International Bank & Trust

Address: 204 N Main St, Elgin, ND 58533, USA
Phone: (701) 584-2525
';var m_5887f8760164b5479d3ee9286057183d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First International Bank & Trust',});m_5887f8760164b5479d3ee9286057183d['infowindow'] = new google.maps.InfoWindow({content: $l5887f8760164b5479d3ee9286057183d});var infowindow = new google.maps.InfoWindow({content: $l5887f8760164b5479d3ee9286057183d});google.maps.event.addListener(m_5887f8760164b5479d3ee9286057183d, 'click', function() {infowindow.open(map,m_5887f8760164b5479d3ee9286057183d);});$marker.push(m_5887f8760164b5479d3ee9286057183d);}});}google.maps.event.addDomListener(window, 'load', initialize);