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.0112,-85.7048)};var g_a4d93371a3aecc3e693cd34443bfdbda = new google.maps.Geocoder();g_a4d93371a3aecc3e693cd34443bfdbda.geocode( { 'address': "315 S Cedar Ave, South Pittsburg, TN 37380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-pittsburg-TN-peoples-state-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('south-pittsburg-TN-peoples-state-bank-of-commerce'), mapOptions);}document.getElementById('cd9505bf').innerHTML += ' | View Map';var $la4d93371a3aecc3e693cd34443bfdbda = '

Peoples State Bank of Commerce

Address: 315 S Cedar Ave, South Pittsburg, TN 37380, USA
Phone: (423) 837-2150
';var m_a4d93371a3aecc3e693cd34443bfdbda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples State Bank of Commerce',});m_a4d93371a3aecc3e693cd34443bfdbda['infowindow'] = new google.maps.InfoWindow({content: $la4d93371a3aecc3e693cd34443bfdbda});var infowindow = new google.maps.InfoWindow({content: $la4d93371a3aecc3e693cd34443bfdbda});google.maps.event.addListener(m_a4d93371a3aecc3e693cd34443bfdbda, 'click', function() {infowindow.open(map,m_a4d93371a3aecc3e693cd34443bfdbda);});$marker.push(m_a4d93371a3aecc3e693cd34443bfdbda);}});}google.maps.event.addDomListener(window, 'load', initialize);