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.3943,-79.9694)};var g_c5d76cca317966602bb28a668a2c4cd8 = new google.maps.Geocoder();g_c5d76cca317966602bb28a668a2c4cd8.geocode( { 'address': "605 Hwy St, Madison, NC 27025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NC-newbridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-NC-newbridge-bank'), mapOptions);}document.getElementById('a5d9759f').innerHTML += ' | View Map';var $lc5d76cca317966602bb28a668a2c4cd8 = '

NewBridge Bank

Address: 605 Hwy St, Madison, NC 27025, USA
Phone: (336) 548-1161
';var m_c5d76cca317966602bb28a668a2c4cd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NewBridge Bank',});m_c5d76cca317966602bb28a668a2c4cd8['infowindow'] = new google.maps.InfoWindow({content: $lc5d76cca317966602bb28a668a2c4cd8});var infowindow = new google.maps.InfoWindow({content: $lc5d76cca317966602bb28a668a2c4cd8});google.maps.event.addListener(m_c5d76cca317966602bb28a668a2c4cd8, 'click', function() {infowindow.open(map,m_c5d76cca317966602bb28a668a2c4cd8);});$marker.push(m_c5d76cca317966602bb28a668a2c4cd8);}});}google.maps.event.addDomListener(window, 'load', initialize);