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.0703,-80.3045)};var g_49f3964a40121e8b424ea3861432a77b = new google.maps.Geocoder();g_49f3964a40121e8b424ea3861432a77b.geocode( { 'address': "1608 S Stratford Rd, Winston-Salem, NC 27103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-latino-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-latino-community-credit-union'), mapOptions);}document.getElementById('eb951563').innerHTML += ' | View Map';var $l49f3964a40121e8b424ea3861432a77b = '

Latino Community Credit Union

Address: 1608 S Stratford Rd, Winston-Salem, NC 27103, USA
Phone: (336) 784-0261
';var m_49f3964a40121e8b424ea3861432a77b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Latino Community Credit Union',});m_49f3964a40121e8b424ea3861432a77b['infowindow'] = new google.maps.InfoWindow({content: $l49f3964a40121e8b424ea3861432a77b});var infowindow = new google.maps.InfoWindow({content: $l49f3964a40121e8b424ea3861432a77b});google.maps.event.addListener(m_49f3964a40121e8b424ea3861432a77b, 'click', function() {infowindow.open(map,m_49f3964a40121e8b424ea3861432a77b);});$marker.push(m_49f3964a40121e8b424ea3861432a77b);}});}google.maps.event.addDomListener(window, 'load', initialize);