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.0917,-79.8126)};var g_3b4b01d135b3dc4906155767967c4afe = new google.maps.Geocoder();g_3b4b01d135b3dc4906155767967c4afe.geocode( { 'address': "1702 Battleground Ave, Greensboro, NC 27408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-newbridge-bank---training-center').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-newbridge-bank---training-center'), mapOptions);}document.getElementById('dfd0cd69').innerHTML += ' | View Map';var $l3b4b01d135b3dc4906155767967c4afe = '

NewBridge Bank - Training Center

Address: 1702 Battleground Ave, Greensboro, NC 27408, USA
Phone: (336) 544-5440
';var m_3b4b01d135b3dc4906155767967c4afe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NewBridge Bank - Training Center',});m_3b4b01d135b3dc4906155767967c4afe['infowindow'] = new google.maps.InfoWindow({content: $l3b4b01d135b3dc4906155767967c4afe});var infowindow = new google.maps.InfoWindow({content: $l3b4b01d135b3dc4906155767967c4afe});google.maps.event.addListener(m_3b4b01d135b3dc4906155767967c4afe, 'click', function() {infowindow.open(map,m_3b4b01d135b3dc4906155767967c4afe);});$marker.push(m_3b4b01d135b3dc4906155767967c4afe);}});}google.maps.event.addDomListener(window, 'load', initialize);