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(44.2929,-105.503)};var g_3695d4080f70c7cb92a819fb44524314 = new google.maps.Geocoder();g_3695d4080f70c7cb92a819fb44524314.geocode( { 'address': "200 S Kendrick Ave, Gillette, WY 82716, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gillette-WY-first-northern-bank-of-wyoming').style.display = '';map = new google.maps.Map(document.getElementById('gillette-WY-first-northern-bank-of-wyoming'), mapOptions);}document.getElementById('c3c94173').innerHTML += ' | View Map';var $l3695d4080f70c7cb92a819fb44524314 = '

First Northern Bank of Wyoming

Address: 200 S Kendrick Ave, Gillette, WY 82716, USA
Phone: (307) 685-3375
';var m_3695d4080f70c7cb92a819fb44524314 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Northern Bank of Wyoming',});m_3695d4080f70c7cb92a819fb44524314['infowindow'] = new google.maps.InfoWindow({content: $l3695d4080f70c7cb92a819fb44524314});var infowindow = new google.maps.InfoWindow({content: $l3695d4080f70c7cb92a819fb44524314});google.maps.event.addListener(m_3695d4080f70c7cb92a819fb44524314, 'click', function() {infowindow.open(map,m_3695d4080f70c7cb92a819fb44524314);});$marker.push(m_3695d4080f70c7cb92a819fb44524314);}});}google.maps.event.addDomListener(window, 'load', initialize);