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(35.193,-80.8263)};var g_8e4cb3c0ff79723d70198239ad918d31 = new google.maps.Geocoder();g_8e4cb3c0ff79723d70198239ad918d31.geocode( { 'address': "5925 Carnegie Blvd, Charlotte, NC 28209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-newbridge').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-newbridge'), mapOptions);}document.getElementById('0cbb8eb6').innerHTML += ' | View Map';var $l8e4cb3c0ff79723d70198239ad918d31 = '

Newbridge

Address: 5925 Carnegie Blvd, Charlotte, NC 28209
Phone: (704) 373-2289
';var m_8e4cb3c0ff79723d70198239ad918d31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newbridge',});m_8e4cb3c0ff79723d70198239ad918d31['infowindow'] = new google.maps.InfoWindow({content: $l8e4cb3c0ff79723d70198239ad918d31});var infowindow = new google.maps.InfoWindow({content: $l8e4cb3c0ff79723d70198239ad918d31});google.maps.event.addListener(m_8e4cb3c0ff79723d70198239ad918d31, 'click', function() {infowindow.open(map,m_8e4cb3c0ff79723d70198239ad918d31);});$marker.push(m_8e4cb3c0ff79723d70198239ad918d31);}});}google.maps.event.addDomListener(window, 'load', initialize);