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(40.5964,-111.938)};var g_8af3d0cdb16649c375a77013bb00484a = new google.maps.Geocoder();g_8af3d0cdb16649c375a77013bb00484a.geocode( { 'address': "8523 S Redwood Rd, West Jordan, UT 84088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jordan-UT-national-benefit-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('west-jordan-UT-national-benefit-services-llc'), mapOptions);}document.getElementById('8b371925').innerHTML += ' | View Map';var $l8af3d0cdb16649c375a77013bb00484a = '

National Benefit Services, LLC.

Address: 8523 S Redwood Rd, West Jordan, UT 84088, USA
Phone: (801) 532-4000
';var m_8af3d0cdb16649c375a77013bb00484a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Benefit Services, LLC.',});m_8af3d0cdb16649c375a77013bb00484a['infowindow'] = new google.maps.InfoWindow({content: $l8af3d0cdb16649c375a77013bb00484a});var infowindow = new google.maps.InfoWindow({content: $l8af3d0cdb16649c375a77013bb00484a});google.maps.event.addListener(m_8af3d0cdb16649c375a77013bb00484a, 'click', function() {infowindow.open(map,m_8af3d0cdb16649c375a77013bb00484a);});$marker.push(m_8af3d0cdb16649c375a77013bb00484a);}});}google.maps.event.addDomListener(window, 'load', initialize);