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(47.7755,-97.1033)};var g_8e532663cf9bad68a3f0cc32cc971d11 = new google.maps.Geocoder();g_8e532663cf9bad68a3f0cc32cc971d11.geocode( { 'address': "612 Broadway St, Thompson, ND 58278"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thompson-ND-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('thompson-ND-first-state-bank'), mapOptions);}document.getElementById('2c3a02a7').innerHTML += ' | View Map';var $l8e532663cf9bad68a3f0cc32cc971d11 = '

First State Bank

Address: 612 Broadway St, Thompson, ND 58278
Phone: (701) 599-2600
';var m_8e532663cf9bad68a3f0cc32cc971d11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_8e532663cf9bad68a3f0cc32cc971d11['infowindow'] = new google.maps.InfoWindow({content: $l8e532663cf9bad68a3f0cc32cc971d11});var infowindow = new google.maps.InfoWindow({content: $l8e532663cf9bad68a3f0cc32cc971d11});google.maps.event.addListener(m_8e532663cf9bad68a3f0cc32cc971d11, 'click', function() {infowindow.open(map,m_8e532663cf9bad68a3f0cc32cc971d11);});$marker.push(m_8e532663cf9bad68a3f0cc32cc971d11);}});}google.maps.event.addDomListener(window, 'load', initialize);