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.6645,-80.4741)};var g_da853fe989e21e83eb8dffa4bc26774f = new google.maps.Geocoder();g_da853fe989e21e83eb8dffa4bc26774f.geocode( { 'address': "2085 Statesville Blvd, Salisbury, NC 28147"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-fidelity-bank'), mapOptions);}document.getElementById('925e8248').innerHTML += ' | View Map';var $lda853fe989e21e83eb8dffa4bc26774f = '

Fidelity Bank

Address: 2085 Statesville Blvd, Salisbury, NC 28147
Phone: (704) 637-1250
';var m_da853fe989e21e83eb8dffa4bc26774f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_da853fe989e21e83eb8dffa4bc26774f['infowindow'] = new google.maps.InfoWindow({content: $lda853fe989e21e83eb8dffa4bc26774f});var infowindow = new google.maps.InfoWindow({content: $lda853fe989e21e83eb8dffa4bc26774f});google.maps.event.addListener(m_da853fe989e21e83eb8dffa4bc26774f, 'click', function() {infowindow.open(map,m_da853fe989e21e83eb8dffa4bc26774f);});$marker.push(m_da853fe989e21e83eb8dffa4bc26774f);}});}google.maps.event.addDomListener(window, 'load', initialize);