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.8211,-100.445)};var g_9084736e90b7bf48e3c4cc8adbf546a5 = new google.maps.Geocoder();g_9084736e90b7bf48e3c4cc8adbf546a5.geocode( { 'address': "10 Main St, Bottineau, ND 58318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bottineau-ND-turtle-mountain-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bottineau-ND-turtle-mountain-state-bank'), mapOptions);}document.getElementById('be2c886c').innerHTML += ' | View Map';var $l9084736e90b7bf48e3c4cc8adbf546a5 = '

Turtle Mountain State Bank

Address: 10 Main St, Bottineau, ND 58318, USA
Phone: (701) 477-5995
';var m_9084736e90b7bf48e3c4cc8adbf546a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Turtle Mountain State Bank',});m_9084736e90b7bf48e3c4cc8adbf546a5['infowindow'] = new google.maps.InfoWindow({content: $l9084736e90b7bf48e3c4cc8adbf546a5});var infowindow = new google.maps.InfoWindow({content: $l9084736e90b7bf48e3c4cc8adbf546a5});google.maps.event.addListener(m_9084736e90b7bf48e3c4cc8adbf546a5, 'click', function() {infowindow.open(map,m_9084736e90b7bf48e3c4cc8adbf546a5);});$marker.push(m_9084736e90b7bf48e3c4cc8adbf546a5);}});}google.maps.event.addDomListener(window, 'load', initialize);