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.7549,-108.583)};var g_5dfdda28fda23c23c2e82c64c6c3e735 = new google.maps.Geocoder();g_5dfdda28fda23c23c2e82c64c6c3e735.geocode( { 'address': "2700 King Ave W, Billings, MT 59102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MT-stockman-bank-billings-king-avenue').style.display = '';map = new google.maps.Map(document.getElementById('billings-MT-stockman-bank-billings-king-avenue'), mapOptions);}document.getElementById('fb1aa032').innerHTML += ' | View Map';var $l5dfdda28fda23c23c2e82c64c6c3e735 = '

Stockman Bank Billings King Avenue

Address: 2700 King Ave W, Billings, MT 59102, USA
Phone: (406) 655-2700
';var m_5dfdda28fda23c23c2e82c64c6c3e735 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stockman Bank Billings King Avenue',});m_5dfdda28fda23c23c2e82c64c6c3e735['infowindow'] = new google.maps.InfoWindow({content: $l5dfdda28fda23c23c2e82c64c6c3e735});var infowindow = new google.maps.InfoWindow({content: $l5dfdda28fda23c23c2e82c64c6c3e735});google.maps.event.addListener(m_5dfdda28fda23c23c2e82c64c6c3e735, 'click', function() {infowindow.open(map,m_5dfdda28fda23c23c2e82c64c6c3e735);});$marker.push(m_5dfdda28fda23c23c2e82c64c6c3e735);}});}google.maps.event.addDomListener(window, 'load', initialize);