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(48.8267,-100.445)};var g_82c784b450c7bc537fc2a4c5cf9ec72b = new google.maps.Geocoder();g_82c784b450c7bc537fc2a4c5cf9ec72b.geocode( { 'address': "514 Thompson St, Bottineau, ND 58318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bottineau-ND-state-bank-bottineau-holding').style.display = '';map = new google.maps.Map(document.getElementById('bottineau-ND-state-bank-bottineau-holding'), mapOptions);}document.getElementById('8d1b152a').innerHTML += ' | View Map';var $l82c784b450c7bc537fc2a4c5cf9ec72b = '

State Bank-Bottineau Holding

Address: 514 Thompson St, Bottineau, ND 58318, USA
Phone: (701) 228-2204
';var m_82c784b450c7bc537fc2a4c5cf9ec72b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank-Bottineau Holding',});m_82c784b450c7bc537fc2a4c5cf9ec72b['infowindow'] = new google.maps.InfoWindow({content: $l82c784b450c7bc537fc2a4c5cf9ec72b});var infowindow = new google.maps.InfoWindow({content: $l82c784b450c7bc537fc2a4c5cf9ec72b});google.maps.event.addListener(m_82c784b450c7bc537fc2a4c5cf9ec72b, 'click', function() {infowindow.open(map,m_82c784b450c7bc537fc2a4c5cf9ec72b);});$marker.push(m_82c784b450c7bc537fc2a4c5cf9ec72b);}});}google.maps.event.addDomListener(window, 'load', initialize);