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.5257,-109.065)};var g_5393c883c8b57bcb027c88341bdd542e = new google.maps.Geocoder();g_5393c883c8b57bcb027c88341bdd542e.geocode( { 'address': "1130 Sheridan Ave, Cody, WY 82414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cody-WY-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('cody-WY-bank-of-the-west---atm'), mapOptions);}document.getElementById('7a974c4a').innerHTML += ' | View Map';var $l5393c883c8b57bcb027c88341bdd542e = '

Bank of the West - ATM

Address: 1130 Sheridan Ave, Cody, WY 82414, USA
Phone: (800) 488-2265
';var m_5393c883c8b57bcb027c88341bdd542e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_5393c883c8b57bcb027c88341bdd542e['infowindow'] = new google.maps.InfoWindow({content: $l5393c883c8b57bcb027c88341bdd542e});var infowindow = new google.maps.InfoWindow({content: $l5393c883c8b57bcb027c88341bdd542e});google.maps.event.addListener(m_5393c883c8b57bcb027c88341bdd542e, 'click', function() {infowindow.open(map,m_5393c883c8b57bcb027c88341bdd542e);});$marker.push(m_5393c883c8b57bcb027c88341bdd542e);}});}google.maps.event.addDomListener(window, 'load', initialize);