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.7763,-108.556)};var g_830c8e7e327466f868edbc4d3071118e = new google.maps.Geocoder();g_830c8e7e327466f868edbc4d3071118e.geocode( { 'address': "1541 Custer Ave, Billings, MT 59102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MT-valley-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('billings-MT-valley-federal-credit-union-atm'), mapOptions);}document.getElementById('341922bb').innerHTML += ' | View Map';var $l830c8e7e327466f868edbc4d3071118e = '

Valley Federal Credit Union ATM

Address: 1541 Custer Ave, Billings, MT 59102, USA
Phone:
';var m_830c8e7e327466f868edbc4d3071118e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Federal Credit Union ATM',});m_830c8e7e327466f868edbc4d3071118e['infowindow'] = new google.maps.InfoWindow({content: $l830c8e7e327466f868edbc4d3071118e});var infowindow = new google.maps.InfoWindow({content: $l830c8e7e327466f868edbc4d3071118e});google.maps.event.addListener(m_830c8e7e327466f868edbc4d3071118e, 'click', function() {infowindow.open(map,m_830c8e7e327466f868edbc4d3071118e);});$marker.push(m_830c8e7e327466f868edbc4d3071118e);}});}google.maps.event.addDomListener(window, 'load', initialize);