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.09,-105.641)};var g_ca97f360a1f78cb7e0417131c8b3fc76 = new google.maps.Geocoder();g_ca97f360a1f78cb7e0417131c8b3fc76.geocode( { 'address': "215 3rd Ave S, Wolf Point, MT 59201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wolf-point-MT-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('wolf-point-MT-first-community-bank'), mapOptions);}document.getElementById('3c9fcb40').innerHTML += ' | View Map';var $lca97f360a1f78cb7e0417131c8b3fc76 = '

First Community Bank

Address: 215 3rd Ave S, Wolf Point, MT 59201, USA
Phone: (406) 653-2010
';var m_ca97f360a1f78cb7e0417131c8b3fc76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_ca97f360a1f78cb7e0417131c8b3fc76['infowindow'] = new google.maps.InfoWindow({content: $lca97f360a1f78cb7e0417131c8b3fc76});var infowindow = new google.maps.InfoWindow({content: $lca97f360a1f78cb7e0417131c8b3fc76});google.maps.event.addListener(m_ca97f360a1f78cb7e0417131c8b3fc76, 'click', function() {infowindow.open(map,m_ca97f360a1f78cb7e0417131c8b3fc76);});$marker.push(m_ca97f360a1f78cb7e0417131c8b3fc76);}});}google.maps.event.addDomListener(window, 'load', initialize);