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.665,-99.8413)};var g_57a6e8f3ffc947af4d26e30672f17859 = new google.maps.Geocoder();g_57a6e8f3ffc947af4d26e30672f17859.geocode( { 'address': "908 Chief Little Shell St NE, Belcourt, ND 58316"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belcourt-ND-turtle-mountain-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('belcourt-ND-turtle-mountain-state-bank'), mapOptions);}document.getElementById('f16481e1').innerHTML += ' | View Map';var $l57a6e8f3ffc947af4d26e30672f17859 = '

Turtle Mountain State Bank

Address: 908 Chief Little Shell St NE, Belcourt, ND 58316
Phone: (701) 477-5995
';var m_57a6e8f3ffc947af4d26e30672f17859 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Turtle Mountain State Bank',});m_57a6e8f3ffc947af4d26e30672f17859['infowindow'] = new google.maps.InfoWindow({content: $l57a6e8f3ffc947af4d26e30672f17859});var infowindow = new google.maps.InfoWindow({content: $l57a6e8f3ffc947af4d26e30672f17859});google.maps.event.addListener(m_57a6e8f3ffc947af4d26e30672f17859, 'click', function() {infowindow.open(map,m_57a6e8f3ffc947af4d26e30672f17859);});$marker.push(m_57a6e8f3ffc947af4d26e30672f17859);}});}google.maps.event.addDomListener(window, 'load', initialize);