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.112,-98.857)};var g_bb5a570147ac2047803f440cf892c297 = new google.maps.Geocoder();g_bb5a570147ac2047803f440cf892c297.geocode( { 'address': "601 4th St SE, Devils Lake, ND 58301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('devils-lake-ND-gate-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('devils-lake-ND-gate-city-bank'), mapOptions);}document.getElementById('3ab57e05').innerHTML += ' | View Map';var $lbb5a570147ac2047803f440cf892c297 = '

Gate City Bank

Address: 601 4th St SE, Devils Lake, ND 58301, USA
Phone: (701) 665-4100
';var m_bb5a570147ac2047803f440cf892c297 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gate City Bank',});m_bb5a570147ac2047803f440cf892c297['infowindow'] = new google.maps.InfoWindow({content: $lbb5a570147ac2047803f440cf892c297});var infowindow = new google.maps.InfoWindow({content: $lbb5a570147ac2047803f440cf892c297});google.maps.event.addListener(m_bb5a570147ac2047803f440cf892c297, 'click', function() {infowindow.open(map,m_bb5a570147ac2047803f440cf892c297);});$marker.push(m_bb5a570147ac2047803f440cf892c297);}});}google.maps.event.addDomListener(window, 'load', initialize);