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.1488,-79.9495)};var g_bc497e13dfb4967120beb914c16d582f = new google.maps.Geocoder();g_bc497e13dfb4967120beb914c16d582f.geocode( { 'address': "5205 Rambling Rd, Greensboro, NC 27409, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-cbc-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-cbc-national-bank'), mapOptions);}document.getElementById('cb8cf2b9').innerHTML += ' | View Map';var $lbc497e13dfb4967120beb914c16d582f = '

CBC National Bank

Address: 5205 Rambling Rd, Greensboro, NC 27409, USA
Phone: (336) 601-0618
';var m_bc497e13dfb4967120beb914c16d582f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBC National Bank',});m_bc497e13dfb4967120beb914c16d582f['infowindow'] = new google.maps.InfoWindow({content: $lbc497e13dfb4967120beb914c16d582f});var infowindow = new google.maps.InfoWindow({content: $lbc497e13dfb4967120beb914c16d582f});google.maps.event.addListener(m_bc497e13dfb4967120beb914c16d582f, 'click', function() {infowindow.open(map,m_bc497e13dfb4967120beb914c16d582f);});$marker.push(m_bc497e13dfb4967120beb914c16d582f);}});}google.maps.event.addDomListener(window, 'load', initialize);