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.4665,-80.2513)};var g_f76c7c13e2de490796b1f0446811a336 = new google.maps.Geocoder();g_f76c7c13e2de490796b1f0446811a336.geocode( { 'address': "1101 N Main St, Danbury, NC 27016"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-NC-new-bridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('danbury-NC-new-bridge-bank'), mapOptions);}document.getElementById('f321661d').innerHTML += ' | View Map';var $lf76c7c13e2de490796b1f0446811a336 = '

New Bridge Bank

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