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(48.1455,-104.518)};var g_acffc03846e2caab5ed10180ca6b47d5 = new google.maps.Geocoder();g_acffc03846e2caab5ed10180ca6b47d5.geocode( { 'address': "205 Broadway, Culbertson, MT 59218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('culbertson-MT-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('culbertson-MT-first-community-bank'), mapOptions);}document.getElementById('4b944044').innerHTML += ' | View Map';var $lacffc03846e2caab5ed10180ca6b47d5 = '

First Community Bank

Address: 205 Broadway, Culbertson, MT 59218, USA
Phone: (406) 787-6661
';var m_acffc03846e2caab5ed10180ca6b47d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_acffc03846e2caab5ed10180ca6b47d5['infowindow'] = new google.maps.InfoWindow({content: $lacffc03846e2caab5ed10180ca6b47d5});var infowindow = new google.maps.InfoWindow({content: $lacffc03846e2caab5ed10180ca6b47d5});google.maps.event.addListener(m_acffc03846e2caab5ed10180ca6b47d5, 'click', function() {infowindow.open(map,m_acffc03846e2caab5ed10180ca6b47d5);});$marker.push(m_acffc03846e2caab5ed10180ca6b47d5);}});}google.maps.event.addDomListener(window, 'load', initialize);