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.4489,-99.1244)};var g_aa169b49b583a2b5af89203c2b78c67c = new google.maps.Geocoder();g_aa169b49b583a2b5af89203c2b78c67c.geocode( { 'address': "720 Main St, Carrington, ND 58421"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carrington-ND-gate-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('carrington-ND-gate-city-bank'), mapOptions);}document.getElementById('d257f439').innerHTML += ' | View Map';var $laa169b49b583a2b5af89203c2b78c67c = '

Gate City Bank

Address: 720 Main St, Carrington, ND 58421
Phone: (701) 652-3147
';var m_aa169b49b583a2b5af89203c2b78c67c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gate City Bank',});m_aa169b49b583a2b5af89203c2b78c67c['infowindow'] = new google.maps.InfoWindow({content: $laa169b49b583a2b5af89203c2b78c67c});var infowindow = new google.maps.InfoWindow({content: $laa169b49b583a2b5af89203c2b78c67c});google.maps.event.addListener(m_aa169b49b583a2b5af89203c2b78c67c, 'click', function() {infowindow.open(map,m_aa169b49b583a2b5af89203c2b78c67c);});$marker.push(m_aa169b49b583a2b5af89203c2b78c67c);}});}google.maps.event.addDomListener(window, 'load', initialize);