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.8276,-100.446)};var g_f58a303e024abf2294d0acff7d71acee = new google.maps.Geocoder();g_f58a303e024abf2294d0acff7d71acee.geocode( { 'address': "424 Main St, Bottineau, ND 58318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bottineau-ND-first-national-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('bottineau-ND-first-national-bank--trust-co'), mapOptions);}document.getElementById('7c56db97').innerHTML += ' | View Map';var $lf58a303e024abf2294d0acff7d71acee = '

First National Bank & Trust Co

Address: 424 Main St, Bottineau, ND 58318, USA
Phone: (701) 228-2236
';var m_f58a303e024abf2294d0acff7d71acee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_f58a303e024abf2294d0acff7d71acee['infowindow'] = new google.maps.InfoWindow({content: $lf58a303e024abf2294d0acff7d71acee});var infowindow = new google.maps.InfoWindow({content: $lf58a303e024abf2294d0acff7d71acee});google.maps.event.addListener(m_f58a303e024abf2294d0acff7d71acee, 'click', function() {infowindow.open(map,m_f58a303e024abf2294d0acff7d71acee);});$marker.push(m_f58a303e024abf2294d0acff7d71acee);}});}google.maps.event.addDomListener(window, 'load', initialize);