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(43.5232,-114.318)};var g_aa22e85f69c07a082c15017f43c5ca66 = new google.maps.Geocoder();g_aa22e85f69c07a082c15017f43c5ca66.geocode( { 'address': "410 N Main St, Hailey, ID 83333, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hailey-ID-wood-river-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('hailey-ID-wood-river-insurance-inc'), mapOptions);}document.getElementById('e222e4f6').innerHTML += ' | View Map';var $laa22e85f69c07a082c15017f43c5ca66 = '

Wood River Insurance Inc

Address: 410 N Main St, Hailey, ID 83333, USA
Phone: (208) 788-1100
';var m_aa22e85f69c07a082c15017f43c5ca66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wood River Insurance Inc',});m_aa22e85f69c07a082c15017f43c5ca66['infowindow'] = new google.maps.InfoWindow({content: $laa22e85f69c07a082c15017f43c5ca66});var infowindow = new google.maps.InfoWindow({content: $laa22e85f69c07a082c15017f43c5ca66});google.maps.event.addListener(m_aa22e85f69c07a082c15017f43c5ca66, 'click', function() {infowindow.open(map,m_aa22e85f69c07a082c15017f43c5ca66);});$marker.push(m_aa22e85f69c07a082c15017f43c5ca66);}});}google.maps.event.addDomListener(window, 'load', initialize);