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(37.175,-113.337)};var g_06a552b36816022643150a234e4eb23e = new google.maps.Geocoder();g_06a552b36816022643150a234e4eb23e.geocode( { 'address': "83 S 2600 W, Hurricane, UT 84737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hurricane-UT-kevan-adams--pcl-southern-insurance').style.display = '';map = new google.maps.Map(document.getElementById('hurricane-UT-kevan-adams--pcl-southern-insurance'), mapOptions);}document.getElementById('27c59334').innerHTML += ' | View Map';var $l06a552b36816022643150a234e4eb23e = '

Kevan Adams / PCL Southern Insurance

Address: 83 S 2600 W, Hurricane, UT 84737, USA
Phone: (435) 635-4103
';var m_06a552b36816022643150a234e4eb23e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kevan Adams / PCL Southern Insurance',});m_06a552b36816022643150a234e4eb23e['infowindow'] = new google.maps.InfoWindow({content: $l06a552b36816022643150a234e4eb23e});var infowindow = new google.maps.InfoWindow({content: $l06a552b36816022643150a234e4eb23e});google.maps.event.addListener(m_06a552b36816022643150a234e4eb23e, 'click', function() {infowindow.open(map,m_06a552b36816022643150a234e4eb23e);});$marker.push(m_06a552b36816022643150a234e4eb23e);}});}google.maps.event.addDomListener(window, 'load', initialize);