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.1984,-106.625)};var g_653a40de0d3d8c8e703f015ae6f8bc53 = new google.maps.Geocoder();g_653a40de0d3d8c8e703f015ae6f8bc53.geocode( { 'address': "110 6th St S, Glasgow, MT 59230"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasgow-MT-valley-bank-of-glasgow').style.display = '';map = new google.maps.Map(document.getElementById('glasgow-MT-valley-bank-of-glasgow'), mapOptions);}document.getElementById('e910de6e').innerHTML += ' | View Map';var $l653a40de0d3d8c8e703f015ae6f8bc53 = '

Valley Bank Of Glasgow

Address: 110 6th St S, Glasgow, MT 59230
Phone: (406) 228-4364
';var m_653a40de0d3d8c8e703f015ae6f8bc53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Bank Of Glasgow',});m_653a40de0d3d8c8e703f015ae6f8bc53['infowindow'] = new google.maps.InfoWindow({content: $l653a40de0d3d8c8e703f015ae6f8bc53});var infowindow = new google.maps.InfoWindow({content: $l653a40de0d3d8c8e703f015ae6f8bc53});google.maps.event.addListener(m_653a40de0d3d8c8e703f015ae6f8bc53, 'click', function() {infowindow.open(map,m_653a40de0d3d8c8e703f015ae6f8bc53);});$marker.push(m_653a40de0d3d8c8e703f015ae6f8bc53);}});}google.maps.event.addDomListener(window, 'load', initialize);