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.356,-79.8997)};var g_c4652623a9eccfedca508f44489d7c34 = new google.maps.Geocoder();g_c4652623a9eccfedca508f44489d7c34.geocode( { 'address': "315 Albemarle Road, Troy, NC 27371, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-NC-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('troy-NC-fidelity-bank'), mapOptions);}document.getElementById('322bfc64').innerHTML += ' | View Map';var $lc4652623a9eccfedca508f44489d7c34 = '

Fidelity Bank

Address: 315 Albemarle Road, Troy, NC 27371, USA
Phone: (910) 572-3671
';var m_c4652623a9eccfedca508f44489d7c34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_c4652623a9eccfedca508f44489d7c34['infowindow'] = new google.maps.InfoWindow({content: $lc4652623a9eccfedca508f44489d7c34});var infowindow = new google.maps.InfoWindow({content: $lc4652623a9eccfedca508f44489d7c34});google.maps.event.addListener(m_c4652623a9eccfedca508f44489d7c34, 'click', function() {infowindow.open(map,m_c4652623a9eccfedca508f44489d7c34);});$marker.push(m_c4652623a9eccfedca508f44489d7c34);}});}google.maps.event.addDomListener(window, 'load', initialize);