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.0916,-80.281)};var g_15b31d721471a77f63036c45b8b63830 = new google.maps.Geocoder();g_15b31d721471a77f63036c45b8b63830.geocode( { 'address': "275 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-carolina-bank').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-carolina-bank'), mapOptions);}document.getElementById('5751cb8c').innerHTML += ' | View Map';var $l15b31d721471a77f63036c45b8b63830 = '

Carolina Bank

Address: 275 S Stratford Rd, Winston-Salem, NC 27103, USA
Phone: (336) 747-1900
';var m_15b31d721471a77f63036c45b8b63830 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Bank',});m_15b31d721471a77f63036c45b8b63830['infowindow'] = new google.maps.InfoWindow({content: $l15b31d721471a77f63036c45b8b63830});var infowindow = new google.maps.InfoWindow({content: $l15b31d721471a77f63036c45b8b63830});google.maps.event.addListener(m_15b31d721471a77f63036c45b8b63830, 'click', function() {infowindow.open(map,m_15b31d721471a77f63036c45b8b63830);});$marker.push(m_15b31d721471a77f63036c45b8b63830);}});}google.maps.event.addDomListener(window, 'load', initialize);