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.2758,-105.497)};var g_c79b35878c34d367c2d2c7a478b8fa0c = new google.maps.Geocoder();g_c79b35878c34d367c2d2c7a478b8fa0c.geocode( { 'address': "520 E Boxelder Rd, Gillette, WY 82718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gillette-WY-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('gillette-WY-bank-of-the-west---atm'), mapOptions);}document.getElementById('7b443858').innerHTML += ' | View Map';var $lc79b35878c34d367c2d2c7a478b8fa0c = '

Bank of the West - ATM

Address: 520 E Boxelder Rd, Gillette, WY 82718, USA
Phone: (800) 488-2265
';var m_c79b35878c34d367c2d2c7a478b8fa0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_c79b35878c34d367c2d2c7a478b8fa0c['infowindow'] = new google.maps.InfoWindow({content: $lc79b35878c34d367c2d2c7a478b8fa0c});var infowindow = new google.maps.InfoWindow({content: $lc79b35878c34d367c2d2c7a478b8fa0c});google.maps.event.addListener(m_c79b35878c34d367c2d2c7a478b8fa0c, 'click', function() {infowindow.open(map,m_c79b35878c34d367c2d2c7a478b8fa0c);});$marker.push(m_c79b35878c34d367c2d2c7a478b8fa0c);}});}google.maps.event.addDomListener(window, 'load', initialize);