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_b4a31eef2a931ffa97b90ecbd5ef334c = new google.maps.Geocoder();g_b4a31eef2a931ffa97b90ecbd5ef334c.geocode( { 'address': "2634 Durham Chapel Hill Blvd, Durham, NC 27707"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-mf-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-mf-bancorp-inc'), mapOptions);}document.getElementById('2ac60988').innerHTML += ' | View Map';var $lb4a31eef2a931ffa97b90ecbd5ef334c = '

M&F Bancorp Inc

Address: 2634 Durham Chapel Hill Blvd, Durham, NC 27707
Phone: (919) 687-7800
';var m_b4a31eef2a931ffa97b90ecbd5ef334c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&F Bancorp Inc',});m_b4a31eef2a931ffa97b90ecbd5ef334c['infowindow'] = new google.maps.InfoWindow({content: $lb4a31eef2a931ffa97b90ecbd5ef334c});var infowindow = new google.maps.InfoWindow({content: $lb4a31eef2a931ffa97b90ecbd5ef334c});google.maps.event.addListener(m_b4a31eef2a931ffa97b90ecbd5ef334c, 'click', function() {infowindow.open(map,m_b4a31eef2a931ffa97b90ecbd5ef334c);});$marker.push(m_b4a31eef2a931ffa97b90ecbd5ef334c);}});}google.maps.event.addDomListener(window, 'load', initialize);