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.3042,-81.5518)};var g_56d4cc9c151aeed11a65e506a4541c7c = new google.maps.Geocoder();g_56d4cc9c151aeed11a65e506a4541c7c.geocode( { 'address': "130 W Warren St, Shelby, NC 28150"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-NC-first-national-bank-of-shelby').style.display = '';map = new google.maps.Map(document.getElementById('shelby-NC-first-national-bank-of-shelby'), mapOptions);}document.getElementById('f966361e').innerHTML += ' | View Map';var $l56d4cc9c151aeed11a65e506a4541c7c = '

First National Bank Of Shelby

Address: 130 W Warren St, Shelby, NC 28150
Phone: (704) 481-2199
';var m_56d4cc9c151aeed11a65e506a4541c7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Shelby',});m_56d4cc9c151aeed11a65e506a4541c7c['infowindow'] = new google.maps.InfoWindow({content: $l56d4cc9c151aeed11a65e506a4541c7c});var infowindow = new google.maps.InfoWindow({content: $l56d4cc9c151aeed11a65e506a4541c7c});google.maps.event.addListener(m_56d4cc9c151aeed11a65e506a4541c7c, 'click', function() {infowindow.open(map,m_56d4cc9c151aeed11a65e506a4541c7c);});$marker.push(m_56d4cc9c151aeed11a65e506a4541c7c);}});}google.maps.event.addDomListener(window, 'load', initialize);