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.536,-78.2843)};var g_fead7b5590de301d0c5c32ebb188a748 = new google.maps.Geocoder();g_fead7b5590de301d0c5c32ebb188a748.geocode( { 'address': "115 W Anderson St, Selma, NC 27576, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-NC-ks-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('selma-NC-ks-bank-inc'), mapOptions);}document.getElementById('1b75898d').innerHTML += ' | View Map';var $lfead7b5590de301d0c5c32ebb188a748 = '

KS Bank Inc

Address: 115 W Anderson St, Selma, NC 27576, USA
Phone: (919) 965-6351
';var m_fead7b5590de301d0c5c32ebb188a748 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KS Bank Inc',});m_fead7b5590de301d0c5c32ebb188a748['infowindow'] = new google.maps.InfoWindow({content: $lfead7b5590de301d0c5c32ebb188a748});var infowindow = new google.maps.InfoWindow({content: $lfead7b5590de301d0c5c32ebb188a748});google.maps.event.addListener(m_fead7b5590de301d0c5c32ebb188a748, 'click', function() {infowindow.open(map,m_fead7b5590de301d0c5c32ebb188a748);});$marker.push(m_fead7b5590de301d0c5c32ebb188a748);}});}google.maps.event.addDomListener(window, 'load', initialize);