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(46.2988,-113.361)};var g_96483b00ce708a926f9657f27569c812 = new google.maps.Geocoder();g_96483b00ce708a926f9657f27569c812.geocode( { 'address': "139 E Broadway St, Philipsburg, MT 59858"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philipsburg-MT-flint-creek-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('philipsburg-MT-flint-creek-valley-bank'), mapOptions);}document.getElementById('874ee3ad').innerHTML += ' | View Map';var $l96483b00ce708a926f9657f27569c812 = '

Flint Creek Valley Bank

Address: 139 E Broadway St, Philipsburg, MT 59858
Phone: (406) 859-3241
';var m_96483b00ce708a926f9657f27569c812 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flint Creek Valley Bank',});m_96483b00ce708a926f9657f27569c812['infowindow'] = new google.maps.InfoWindow({content: $l96483b00ce708a926f9657f27569c812});var infowindow = new google.maps.InfoWindow({content: $l96483b00ce708a926f9657f27569c812});google.maps.event.addListener(m_96483b00ce708a926f9657f27569c812, 'click', function() {infowindow.open(map,m_96483b00ce708a926f9657f27569c812);});$marker.push(m_96483b00ce708a926f9657f27569c812);}});}google.maps.event.addDomListener(window, 'load', initialize);