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.3486,-106.7)};var g_274ba853b1325395ce18cdd0b43c5d9e = new google.maps.Geocoder();g_274ba853b1325395ce18cdd0b43c5d9e.geocode( { 'address': "106 Fort St, Buffalo, WY 82834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-WY-the-bank-of-buffalo').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-WY-the-bank-of-buffalo'), mapOptions);}document.getElementById('78bb8d2a').innerHTML += ' | View Map';var $l274ba853b1325395ce18cdd0b43c5d9e = '

The Bank of Buffalo

Address: 106 Fort St, Buffalo, WY 82834, USA
Phone: (307) 684-5591
';var m_274ba853b1325395ce18cdd0b43c5d9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Buffalo',});m_274ba853b1325395ce18cdd0b43c5d9e['infowindow'] = new google.maps.InfoWindow({content: $l274ba853b1325395ce18cdd0b43c5d9e});var infowindow = new google.maps.InfoWindow({content: $l274ba853b1325395ce18cdd0b43c5d9e});google.maps.event.addListener(m_274ba853b1325395ce18cdd0b43c5d9e, 'click', function() {infowindow.open(map,m_274ba853b1325395ce18cdd0b43c5d9e);});$marker.push(m_274ba853b1325395ce18cdd0b43c5d9e);}});}google.maps.event.addDomListener(window, 'load', initialize);