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.6806,-111.049)};var g_acbf5275e7f2e877697d3d0663bfd1ba = new google.maps.Geocoder();g_acbf5275e7f2e877697d3d0663bfd1ba.geocode( { 'address': "821 W Mendenhall St #8, Bozeman, MT 59715, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bozeman-MT-the-vault-gun--loan').style.display = '';map = new google.maps.Map(document.getElementById('bozeman-MT-the-vault-gun--loan'), mapOptions);}document.getElementById('c2763322').innerHTML += ' | View Map';var $lacbf5275e7f2e877697d3d0663bfd1ba = '

The Vault Gun & Loan

Address: 821 W Mendenhall St #8, Bozeman, MT 59715, USA
Phone: (406) 587-8942
';var m_acbf5275e7f2e877697d3d0663bfd1ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Vault Gun & Loan',});m_acbf5275e7f2e877697d3d0663bfd1ba['infowindow'] = new google.maps.InfoWindow({content: $lacbf5275e7f2e877697d3d0663bfd1ba});var infowindow = new google.maps.InfoWindow({content: $lacbf5275e7f2e877697d3d0663bfd1ba});google.maps.event.addListener(m_acbf5275e7f2e877697d3d0663bfd1ba, 'click', function() {infowindow.open(map,m_acbf5275e7f2e877697d3d0663bfd1ba);});$marker.push(m_acbf5275e7f2e877697d3d0663bfd1ba);}});}google.maps.event.addDomListener(window, 'load', initialize);