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(35.995,-78.9091)};var g_c87a02389c995278b69a4e3a72274a32 = new google.maps.Geocoder();g_c87a02389c995278b69a4e3a72274a32.geocode( { 'address': "504 S Duke St, Durham, NC 27701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-local-government-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-local-government-employees-cu'), mapOptions);}document.getElementById('2fc5c9d6').innerHTML += ' | View Map';var $lc87a02389c995278b69a4e3a72274a32 = '

Local Government Employees Cu

Address: 504 S Duke St, Durham, NC 27701, USA
Phone: (919) 682-9603
';var m_c87a02389c995278b69a4e3a72274a32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local Government Employees Cu',});m_c87a02389c995278b69a4e3a72274a32['infowindow'] = new google.maps.InfoWindow({content: $lc87a02389c995278b69a4e3a72274a32});var infowindow = new google.maps.InfoWindow({content: $lc87a02389c995278b69a4e3a72274a32});google.maps.event.addListener(m_c87a02389c995278b69a4e3a72274a32, 'click', function() {infowindow.open(map,m_c87a02389c995278b69a4e3a72274a32);});$marker.push(m_c87a02389c995278b69a4e3a72274a32);}});}google.maps.event.addDomListener(window, 'load', initialize);