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.2464,-114.157)};var g_2bd68ac48e0f509c6a7d51740cb854cd = new google.maps.Geocoder();g_2bd68ac48e0f509c6a7d51740cb854cd.geocode( { 'address': "170 S 2nd St, Hamilton, MT 59840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-MT-spear-insurance-and-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-MT-spear-insurance-and-financial-services-inc'), mapOptions);}document.getElementById('3daf1bd9').innerHTML += ' | View Map';var $l2bd68ac48e0f509c6a7d51740cb854cd = '

Spear Insurance and Financial Services Inc

Address: 170 S 2nd St, Hamilton, MT 59840, USA
Phone: (406) 363-1544
';var m_2bd68ac48e0f509c6a7d51740cb854cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Spear Insurance and Financial Services Inc',});m_2bd68ac48e0f509c6a7d51740cb854cd['infowindow'] = new google.maps.InfoWindow({content: $l2bd68ac48e0f509c6a7d51740cb854cd});var infowindow = new google.maps.InfoWindow({content: $l2bd68ac48e0f509c6a7d51740cb854cd});google.maps.event.addListener(m_2bd68ac48e0f509c6a7d51740cb854cd, 'click', function() {infowindow.open(map,m_2bd68ac48e0f509c6a7d51740cb854cd);});$marker.push(m_2bd68ac48e0f509c6a7d51740cb854cd);}});}google.maps.event.addDomListener(window, 'load', initialize);