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_5aaffbae8a48fc24f114ee4dcd9c6171 = new google.maps.Geocoder();g_5aaffbae8a48fc24f114ee4dcd9c6171.geocode( { 'address': "505 4th St, Cando, ND 58324"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cando-ND-american-bank-center').style.display = '';map = new google.maps.Map(document.getElementById('cando-ND-american-bank-center'), mapOptions);}document.getElementById('19def688').innerHTML += ' | View Map';var $l5aaffbae8a48fc24f114ee4dcd9c6171 = '

American Bank Center

Address: 505 4th St, Cando, ND 58324
Phone: (701) 968-4421
';var m_5aaffbae8a48fc24f114ee4dcd9c6171 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank Center',});m_5aaffbae8a48fc24f114ee4dcd9c6171['infowindow'] = new google.maps.InfoWindow({content: $l5aaffbae8a48fc24f114ee4dcd9c6171});var infowindow = new google.maps.InfoWindow({content: $l5aaffbae8a48fc24f114ee4dcd9c6171});google.maps.event.addListener(m_5aaffbae8a48fc24f114ee4dcd9c6171, 'click', function() {infowindow.open(map,m_5aaffbae8a48fc24f114ee4dcd9c6171);});$marker.push(m_5aaffbae8a48fc24f114ee4dcd9c6171);}});}google.maps.event.addDomListener(window, 'load', initialize);