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.3176,-105.506)};var g_1fbb2eea262d495600ec66f03aea9cfb = new google.maps.Geocoder();g_1fbb2eea262d495600ec66f03aea9cfb.geocode( { 'address': "800 E 7th St, Gillette, WY 82716"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gillette-WY-anb-bank').style.display = '';map = new google.maps.Map(document.getElementById('gillette-WY-anb-bank'), mapOptions);}document.getElementById('19c8a422').innerHTML += ' | View Map';var $l1fbb2eea262d495600ec66f03aea9cfb = '

ANB Bank

Address: 800 E 7th St, Gillette, WY 82716
Phone: (307) 682-5161
';var m_1fbb2eea262d495600ec66f03aea9cfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ANB Bank',});m_1fbb2eea262d495600ec66f03aea9cfb['infowindow'] = new google.maps.InfoWindow({content: $l1fbb2eea262d495600ec66f03aea9cfb});var infowindow = new google.maps.InfoWindow({content: $l1fbb2eea262d495600ec66f03aea9cfb});google.maps.event.addListener(m_1fbb2eea262d495600ec66f03aea9cfb, 'click', function() {infowindow.open(map,m_1fbb2eea262d495600ec66f03aea9cfb);});$marker.push(m_1fbb2eea262d495600ec66f03aea9cfb);}});}google.maps.event.addDomListener(window, 'load', initialize);