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(45.9467,-112.517)};var g_a868dea95a3f4888248ecf2ea5233c3b = new google.maps.Geocoder();g_a868dea95a3f4888248ecf2ea5233c3b.geocode( { 'address': "3220 Harrison Ave, Butte, MT 59701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butte-MT-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('butte-MT-first-citizens-bank'), mapOptions);}document.getElementById('5c0701d3').innerHTML += ' | View Map';var $la868dea95a3f4888248ecf2ea5233c3b = '

First Citizens Bank

Address: 3220 Harrison Ave, Butte, MT 59701
Phone: (406) 494-4400
';var m_a868dea95a3f4888248ecf2ea5233c3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_a868dea95a3f4888248ecf2ea5233c3b['infowindow'] = new google.maps.InfoWindow({content: $la868dea95a3f4888248ecf2ea5233c3b});var infowindow = new google.maps.InfoWindow({content: $la868dea95a3f4888248ecf2ea5233c3b});google.maps.event.addListener(m_a868dea95a3f4888248ecf2ea5233c3b, 'click', function() {infowindow.open(map,m_a868dea95a3f4888248ecf2ea5233c3b);});$marker.push(m_a868dea95a3f4888248ecf2ea5233c3b);}});}google.maps.event.addDomListener(window, 'load', initialize);