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.7728,-78.6351)};var g_82874a428711560cda5afa7aab6627bc = new google.maps.Geocoder();g_82874a428711560cda5afa7aab6627bc.geocode( { 'address': "4700 Homewood CT, Raleigh, NC 27609"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raleigh-NC-newbridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('raleigh-NC-newbridge-bank'), mapOptions);}document.getElementById('74cbac3c').innerHTML += ' | View Map';var $l82874a428711560cda5afa7aab6627bc = '

Newbridge Bank

Address: 4700 Homewood CT, Raleigh, NC 27609
Phone: (919) 232-9460
';var m_82874a428711560cda5afa7aab6627bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newbridge Bank',});m_82874a428711560cda5afa7aab6627bc['infowindow'] = new google.maps.InfoWindow({content: $l82874a428711560cda5afa7aab6627bc});var infowindow = new google.maps.InfoWindow({content: $l82874a428711560cda5afa7aab6627bc});google.maps.event.addListener(m_82874a428711560cda5afa7aab6627bc, 'click', function() {infowindow.open(map,m_82874a428711560cda5afa7aab6627bc);});$marker.push(m_82874a428711560cda5afa7aab6627bc);}});}google.maps.event.addDomListener(window, 'load', initialize);