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.5449,-109.682)};var g_0b0b0994d12ad343511adfbfc364256e = new google.maps.Geocoder();g_0b0b0994d12ad343511adfbfc364256e.geocode( { 'address': "327 3rd St, Havre, MT 59501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('havre-MT-joel-laird-state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('havre-MT-joel-laird-state-farm-insurance-agent'), mapOptions);}document.getElementById('9ac1735c').innerHTML += ' | View Map';var $l0b0b0994d12ad343511adfbfc364256e = '

Joel Laird - State Farm Insurance Agent

Address: 327 3rd St, Havre, MT 59501
Phone: (406) 265-5861
';var m_0b0b0994d12ad343511adfbfc364256e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Joel Laird - State Farm Insurance Agent',});m_0b0b0994d12ad343511adfbfc364256e['infowindow'] = new google.maps.InfoWindow({content: $l0b0b0994d12ad343511adfbfc364256e});var infowindow = new google.maps.InfoWindow({content: $l0b0b0994d12ad343511adfbfc364256e});google.maps.event.addListener(m_0b0b0994d12ad343511adfbfc364256e, 'click', function() {infowindow.open(map,m_0b0b0994d12ad343511adfbfc364256e);});$marker.push(m_0b0b0994d12ad343511adfbfc364256e);}});}google.maps.event.addDomListener(window, 'load', initialize);