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.0446,-79.8596)};var g_ca416134face5da7787471cdac2c9b5b = new google.maps.Geocoder();g_ca416134face5da7787471cdac2c9b5b.geocode( { 'address': "1501 Highwoods Blvd, Greensboro, NC 27410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-newbridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-newbridge-bank'), mapOptions);}document.getElementById('6d912181').innerHTML += ' | View Map';var $lca416134face5da7787471cdac2c9b5b = '

NewBridge Bank

Address: 1501 Highwoods Blvd, Greensboro, NC 27410
Phone: (336) 369-0900
';var m_ca416134face5da7787471cdac2c9b5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NewBridge Bank',});m_ca416134face5da7787471cdac2c9b5b['infowindow'] = new google.maps.InfoWindow({content: $lca416134face5da7787471cdac2c9b5b});var infowindow = new google.maps.InfoWindow({content: $lca416134face5da7787471cdac2c9b5b});google.maps.event.addListener(m_ca416134face5da7787471cdac2c9b5b, 'click', function() {infowindow.open(map,m_ca416134face5da7787471cdac2c9b5b);});$marker.push(m_ca416134face5da7787471cdac2c9b5b);}});}google.maps.event.addDomListener(window, 'load', initialize);