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(42.2728,-104.767)};var g_e6c0b01349c2ecda41da7499ec43f1b8 = new google.maps.Geocoder();g_e6c0b01349c2ecda41da7499ec43f1b8.geocode( { 'address': "250 W Whalen, Guernsey, WY 82214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guernsey-WY-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('guernsey-WY-first-state-bank'), mapOptions);}document.getElementById('324bbefd').innerHTML += ' | View Map';var $le6c0b01349c2ecda41da7499ec43f1b8 = '

First State Bank

Address: 250 W Whalen, Guernsey, WY 82214
Phone: (307) 836-2152
';var m_e6c0b01349c2ecda41da7499ec43f1b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_e6c0b01349c2ecda41da7499ec43f1b8['infowindow'] = new google.maps.InfoWindow({content: $le6c0b01349c2ecda41da7499ec43f1b8});var infowindow = new google.maps.InfoWindow({content: $le6c0b01349c2ecda41da7499ec43f1b8});google.maps.event.addListener(m_e6c0b01349c2ecda41da7499ec43f1b8, 'click', function() {infowindow.open(map,m_e6c0b01349c2ecda41da7499ec43f1b8);});$marker.push(m_e6c0b01349c2ecda41da7499ec43f1b8);}});}google.maps.event.addDomListener(window, 'load', initialize);