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.8212,-100.445)};var g_f9917af72cf8be350651765c3dfa8a83 = new google.maps.Geocoder();g_f9917af72cf8be350651765c3dfa8a83.geocode( { 'address': "105 11th St E, Bottineau, ND 58318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bottineau-ND-state-bank-of-bottineau').style.display = '';map = new google.maps.Map(document.getElementById('bottineau-ND-state-bank-of-bottineau'), mapOptions);}document.getElementById('89c5ecef').innerHTML += ' | View Map';var $lf9917af72cf8be350651765c3dfa8a83 = '

State Bank of Bottineau

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