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.9989,-78.8991)};var g_bd23fecc8cec94784f7935a471f097ef = new google.maps.Geocoder();g_bd23fecc8cec94784f7935a471f097ef.geocode( { 'address': "1010 Martin Luther King Pkwy, Durham, NC 27713"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-woodforest-national-bank'), mapOptions);}document.getElementById('636814d8').innerHTML += ' | View Map';var $lbd23fecc8cec94784f7935a471f097ef = '

Woodforest National Bank

Address: 1010 Martin Luther King Pkwy, Durham, NC 27713
Phone: (919) 206-4498
';var m_bd23fecc8cec94784f7935a471f097ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_bd23fecc8cec94784f7935a471f097ef['infowindow'] = new google.maps.InfoWindow({content: $lbd23fecc8cec94784f7935a471f097ef});var infowindow = new google.maps.InfoWindow({content: $lbd23fecc8cec94784f7935a471f097ef});google.maps.event.addListener(m_bd23fecc8cec94784f7935a471f097ef, 'click', function() {infowindow.open(map,m_bd23fecc8cec94784f7935a471f097ef);});$marker.push(m_bd23fecc8cec94784f7935a471f097ef);}});}google.maps.event.addDomListener(window, 'load', initialize);