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.2684,-81.1335)};var g_1ab9f53c53dc087056a99065861a6f65 = new google.maps.Geocoder();g_1ab9f53c53dc087056a99065861a6f65.geocode( { 'address': "584 Cox Rd, Gastonia, NC 28054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gastonia-NC-local-government-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('gastonia-NC-local-government-employees-cu'), mapOptions);}document.getElementById('a2c9de5a').innerHTML += ' | View Map';var $l1ab9f53c53dc087056a99065861a6f65 = '

Local Government Employees CU

Address: 584 Cox Rd, Gastonia, NC 28054, USA
Phone: (704) 867-3852
';var m_1ab9f53c53dc087056a99065861a6f65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local Government Employees CU',});m_1ab9f53c53dc087056a99065861a6f65['infowindow'] = new google.maps.InfoWindow({content: $l1ab9f53c53dc087056a99065861a6f65});var infowindow = new google.maps.InfoWindow({content: $l1ab9f53c53dc087056a99065861a6f65});google.maps.event.addListener(m_1ab9f53c53dc087056a99065861a6f65, 'click', function() {infowindow.open(map,m_1ab9f53c53dc087056a99065861a6f65);});$marker.push(m_1ab9f53c53dc087056a99065861a6f65);}});}google.maps.event.addDomListener(window, 'load', initialize);