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.2882,-81.5401)};var g_db412c68a444b151308264631876567d = new google.maps.Geocoder();g_db412c68a444b151308264631876567d.geocode( { 'address': "331 S Lafayette St, Shelby, NC 28150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-NC-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('shelby-NC-fidelity-bank'), mapOptions);}document.getElementById('57eff587').innerHTML += ' | View Map';var $ldb412c68a444b151308264631876567d = '

Fidelity Bank

Address: 331 S Lafayette St, Shelby, NC 28150, USA
Phone: (704) 482-4580
';var m_db412c68a444b151308264631876567d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_db412c68a444b151308264631876567d['infowindow'] = new google.maps.InfoWindow({content: $ldb412c68a444b151308264631876567d});var infowindow = new google.maps.InfoWindow({content: $ldb412c68a444b151308264631876567d});google.maps.event.addListener(m_db412c68a444b151308264631876567d, 'click', function() {infowindow.open(map,m_db412c68a444b151308264631876567d);});$marker.push(m_db412c68a444b151308264631876567d);}});}google.maps.event.addDomListener(window, 'load', initialize);