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(46.2643,-96.6118)};var g_415826a566e6b57fc699cb6e2c12dba3 = new google.maps.Geocoder();g_415826a566e6b57fc699cb6e2c12dba3.geocode( { 'address': "802 Dakota Ave, Wahpeton, ND 58075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wahpeton-ND-gate-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('wahpeton-ND-gate-city-bank'), mapOptions);}document.getElementById('a5f0326d').innerHTML += ' | View Map';var $l415826a566e6b57fc699cb6e2c12dba3 = '

Gate City Bank

Address: 802 Dakota Ave, Wahpeton, ND 58075, USA
Phone: (701) 671-4700
';var m_415826a566e6b57fc699cb6e2c12dba3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gate City Bank',});m_415826a566e6b57fc699cb6e2c12dba3['infowindow'] = new google.maps.InfoWindow({content: $l415826a566e6b57fc699cb6e2c12dba3});var infowindow = new google.maps.InfoWindow({content: $l415826a566e6b57fc699cb6e2c12dba3});google.maps.event.addListener(m_415826a566e6b57fc699cb6e2c12dba3, 'click', function() {infowindow.open(map,m_415826a566e6b57fc699cb6e2c12dba3);});$marker.push(m_415826a566e6b57fc699cb6e2c12dba3);}});}google.maps.event.addDomListener(window, 'load', initialize);