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.4127,-80.2192)};var g_0f47d8af9d0abe580c26d8551f4071f1 = new google.maps.Geocoder();g_0f47d8af9d0abe580c26d8551f4071f1.geocode( { 'address': "1101 Main St, Danbury, NC 27016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-NC-newbridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('danbury-NC-newbridge-bank'), mapOptions);}document.getElementById('cdc150f1').innerHTML += ' | View Map';var $l0f47d8af9d0abe580c26d8551f4071f1 = '

NewBridge Bank

Address: 1101 Main St, Danbury, NC 27016, USA
Phone: (336) 593-8151
';var m_0f47d8af9d0abe580c26d8551f4071f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NewBridge Bank',});m_0f47d8af9d0abe580c26d8551f4071f1['infowindow'] = new google.maps.InfoWindow({content: $l0f47d8af9d0abe580c26d8551f4071f1});var infowindow = new google.maps.InfoWindow({content: $l0f47d8af9d0abe580c26d8551f4071f1});google.maps.event.addListener(m_0f47d8af9d0abe580c26d8551f4071f1, 'click', function() {infowindow.open(map,m_0f47d8af9d0abe580c26d8551f4071f1);});$marker.push(m_0f47d8af9d0abe580c26d8551f4071f1);}});}google.maps.event.addDomListener(window, 'load', initialize);