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.9685,-78.9557)};var g_8faf4ffd1552f54dac0ee216c361185d = new google.maps.Geocoder();g_8faf4ffd1552f54dac0ee216c361185d.geocode( { 'address': "3016 Shannon Rd, Durham, NC 27707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-fidelity-bank'), mapOptions);}document.getElementById('e621a86a').innerHTML += ' | View Map';var $l8faf4ffd1552f54dac0ee216c361185d = '

Fidelity Bank

Address: 3016 Shannon Rd, Durham, NC 27707, USA
Phone: (919) 419-6005
';var m_8faf4ffd1552f54dac0ee216c361185d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_8faf4ffd1552f54dac0ee216c361185d['infowindow'] = new google.maps.InfoWindow({content: $l8faf4ffd1552f54dac0ee216c361185d});var infowindow = new google.maps.InfoWindow({content: $l8faf4ffd1552f54dac0ee216c361185d});google.maps.event.addListener(m_8faf4ffd1552f54dac0ee216c361185d, 'click', function() {infowindow.open(map,m_8faf4ffd1552f54dac0ee216c361185d);});$marker.push(m_8faf4ffd1552f54dac0ee216c361185d);}});}google.maps.event.addDomListener(window, 'load', initialize);