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.4199,-78.8067)};var g_f6876a9f998f6472cc26708e27444456 = new google.maps.Geocoder();g_f6876a9f998f6472cc26708e27444456.geocode( { 'address': "20 Pine State Street, Lillington, NC 27546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lillington-NC-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('lillington-NC-fidelity-bank'), mapOptions);}document.getElementById('96efb5ca').innerHTML += ' | View Map';var $lf6876a9f998f6472cc26708e27444456 = '

Fidelity Bank

Address: 20 Pine State Street, Lillington, NC 27546, USA
Phone: (910) 814-1164
';var m_f6876a9f998f6472cc26708e27444456 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_f6876a9f998f6472cc26708e27444456['infowindow'] = new google.maps.InfoWindow({content: $lf6876a9f998f6472cc26708e27444456});var infowindow = new google.maps.InfoWindow({content: $lf6876a9f998f6472cc26708e27444456});google.maps.event.addListener(m_f6876a9f998f6472cc26708e27444456, 'click', function() {infowindow.open(map,m_f6876a9f998f6472cc26708e27444456);});$marker.push(m_f6876a9f998f6472cc26708e27444456);}});}google.maps.event.addDomListener(window, 'load', initialize);