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.8927,-102.79)};var g_dfc0027bffc6697be1d13654b1b9ef38 = new google.maps.Geocoder();g_dfc0027bffc6697be1d13654b1b9ef38.geocode( { 'address': "1151 3rd Ave W, Dickinson, ND 58601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dickinson-ND-american-trust-center').style.display = '';map = new google.maps.Map(document.getElementById('dickinson-ND-american-trust-center'), mapOptions);}document.getElementById('ed7c18aa').innerHTML += ' | View Map';var $ldfc0027bffc6697be1d13654b1b9ef38 = '

American Trust Center

Address: 1151 3rd Ave W, Dickinson, ND 58601, USA
Phone: (701) 483-7039
';var m_dfc0027bffc6697be1d13654b1b9ef38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Trust Center',});m_dfc0027bffc6697be1d13654b1b9ef38['infowindow'] = new google.maps.InfoWindow({content: $ldfc0027bffc6697be1d13654b1b9ef38});var infowindow = new google.maps.InfoWindow({content: $ldfc0027bffc6697be1d13654b1b9ef38});google.maps.event.addListener(m_dfc0027bffc6697be1d13654b1b9ef38, 'click', function() {infowindow.open(map,m_dfc0027bffc6697be1d13654b1b9ef38);});$marker.push(m_dfc0027bffc6697be1d13654b1b9ef38);}});}google.maps.event.addDomListener(window, 'load', initialize);