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.025,-101.959)};var g_53654ce635862b4116318ba7bc6cfaae = new google.maps.Geocoder();g_53654ce635862b4116318ba7bc6cfaae.geocode( { 'address': "402 Main St, Plaza, ND 58771, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plaza-ND-cornerstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('plaza-ND-cornerstone-bank'), mapOptions);}document.getElementById('809b6611').innerHTML += ' | View Map';var $l53654ce635862b4116318ba7bc6cfaae = '

Cornerstone Bank

Address: 402 Main St, Plaza, ND 58771, USA
Phone: (701) 497-3379
';var m_53654ce635862b4116318ba7bc6cfaae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Bank',});m_53654ce635862b4116318ba7bc6cfaae['infowindow'] = new google.maps.InfoWindow({content: $l53654ce635862b4116318ba7bc6cfaae});var infowindow = new google.maps.InfoWindow({content: $l53654ce635862b4116318ba7bc6cfaae});google.maps.event.addListener(m_53654ce635862b4116318ba7bc6cfaae, 'click', function() {infowindow.open(map,m_53654ce635862b4116318ba7bc6cfaae);});$marker.push(m_53654ce635862b4116318ba7bc6cfaae);}});}google.maps.event.addDomListener(window, 'load', initialize);