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(36.1246,-80.2613)};var g_b9fb7d3b48312b2b2a25d56dc3817bee = new google.maps.Geocoder();g_b9fb7d3b48312b2b2a25d56dc3817bee.geocode( { 'address': "635 Coliseum Dr NW, Winston-Salem, NC 27106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-carolina-postal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-carolina-postal-credit-union'), mapOptions);}document.getElementById('c33b707c').innerHTML += ' | View Map';var $lb9fb7d3b48312b2b2a25d56dc3817bee = '

Carolina Postal Credit Union

Address: 635 Coliseum Dr NW, Winston-Salem, NC 27106, USA
Phone: (336) 723-1024
';var m_b9fb7d3b48312b2b2a25d56dc3817bee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Postal Credit Union',});m_b9fb7d3b48312b2b2a25d56dc3817bee['infowindow'] = new google.maps.InfoWindow({content: $lb9fb7d3b48312b2b2a25d56dc3817bee});var infowindow = new google.maps.InfoWindow({content: $lb9fb7d3b48312b2b2a25d56dc3817bee});google.maps.event.addListener(m_b9fb7d3b48312b2b2a25d56dc3817bee, 'click', function() {infowindow.open(map,m_b9fb7d3b48312b2b2a25d56dc3817bee);});$marker.push(m_b9fb7d3b48312b2b2a25d56dc3817bee);}});}google.maps.event.addDomListener(window, 'load', initialize);