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.4883,-99.2011)};var g_daef3dd225154d7a50df068cdc4c07b8 = new google.maps.Geocoder();g_daef3dd225154d7a50df068cdc4c07b8.geocode( { 'address': "407 4th Ave, Cando, ND 58324"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cando-ND-ramsey-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('cando-ND-ramsey-national-bank-trust'), mapOptions);}document.getElementById('a945cf2b').innerHTML += ' | View Map';var $ldaef3dd225154d7a50df068cdc4c07b8 = '

Ramsey National Bank & Trust

Address: 407 4th Ave, Cando, ND 58324
Phone: (701) 968-3322
';var m_daef3dd225154d7a50df068cdc4c07b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ramsey National Bank & Trust',});m_daef3dd225154d7a50df068cdc4c07b8['infowindow'] = new google.maps.InfoWindow({content: $ldaef3dd225154d7a50df068cdc4c07b8});var infowindow = new google.maps.InfoWindow({content: $ldaef3dd225154d7a50df068cdc4c07b8});google.maps.event.addListener(m_daef3dd225154d7a50df068cdc4c07b8, 'click', function() {infowindow.open(map,m_daef3dd225154d7a50df068cdc4c07b8);});$marker.push(m_daef3dd225154d7a50df068cdc4c07b8);}});}google.maps.event.addDomListener(window, 'load', initialize);