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(47.9793,-102.487)};var g_c09c2e2350864873d400ae639c5ffd09 = new google.maps.Geocoder();g_c09c2e2350864873d400ae639c5ffd09.geocode( { 'address': "323 Main St, New Town, ND 58763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-town-ND-cornerstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-town-ND-cornerstone-bank'), mapOptions);}document.getElementById('d12d9763').innerHTML += ' | View Map';var $lc09c2e2350864873d400ae639c5ffd09 = '

Cornerstone Bank

Address: 323 Main St, New Town, ND 58763, USA
Phone: (701) 627-4717
';var m_c09c2e2350864873d400ae639c5ffd09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Bank',});m_c09c2e2350864873d400ae639c5ffd09['infowindow'] = new google.maps.InfoWindow({content: $lc09c2e2350864873d400ae639c5ffd09});var infowindow = new google.maps.InfoWindow({content: $lc09c2e2350864873d400ae639c5ffd09});google.maps.event.addListener(m_c09c2e2350864873d400ae639c5ffd09, 'click', function() {infowindow.open(map,m_c09c2e2350864873d400ae639c5ffd09);});$marker.push(m_c09c2e2350864873d400ae639c5ffd09);}});}google.maps.event.addDomListener(window, 'load', initialize);