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.4984,-97.3237)};var g_db9df1cfbce8b1c2e525ad467e3f5b4a = new google.maps.Geocoder();g_db9df1cfbce8b1c2e525ad467e3f5b4a.geocode( { 'address': "11 1st St SE, Mayville, ND 58257"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mayville-ND-gate-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('mayville-ND-gate-city-bank'), mapOptions);}document.getElementById('debc128c').innerHTML += ' | View Map';var $ldb9df1cfbce8b1c2e525ad467e3f5b4a = '

Gate City Bank

Address: 11 1st St SE, Mayville, ND 58257
Phone: (701) 786-2219
';var m_db9df1cfbce8b1c2e525ad467e3f5b4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gate City Bank',});m_db9df1cfbce8b1c2e525ad467e3f5b4a['infowindow'] = new google.maps.InfoWindow({content: $ldb9df1cfbce8b1c2e525ad467e3f5b4a});var infowindow = new google.maps.InfoWindow({content: $ldb9df1cfbce8b1c2e525ad467e3f5b4a});google.maps.event.addListener(m_db9df1cfbce8b1c2e525ad467e3f5b4a, 'click', function() {infowindow.open(map,m_db9df1cfbce8b1c2e525ad467e3f5b4a);});$marker.push(m_db9df1cfbce8b1c2e525ad467e3f5b4a);}});}google.maps.event.addDomListener(window, 'load', initialize);