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.5122,-78.3473)};var g_d6e9eb681607a6e5695e84e6f19c0149 = new google.maps.Geocoder();g_d6e9eb681607a6e5695e84e6f19c0149.geocode( { 'address': "1031 N Brightleaf Blvd, Smithfield, NC 27577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithfield-NC-kansas-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('smithfield-NC-kansas-bancorp-inc'), mapOptions);}document.getElementById('f8e5f2c3').innerHTML += ' | View Map';var $ld6e9eb681607a6e5695e84e6f19c0149 = '

Kansas Bancorp Inc

Address: 1031 N Brightleaf Blvd, Smithfield, NC 27577
Phone: (919) 938-3101
';var m_d6e9eb681607a6e5695e84e6f19c0149 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kansas Bancorp Inc',});m_d6e9eb681607a6e5695e84e6f19c0149['infowindow'] = new google.maps.InfoWindow({content: $ld6e9eb681607a6e5695e84e6f19c0149});var infowindow = new google.maps.InfoWindow({content: $ld6e9eb681607a6e5695e84e6f19c0149});google.maps.event.addListener(m_d6e9eb681607a6e5695e84e6f19c0149, 'click', function() {infowindow.open(map,m_d6e9eb681607a6e5695e84e6f19c0149);});$marker.push(m_d6e9eb681607a6e5695e84e6f19c0149);}});}google.maps.event.addDomListener(window, 'load', initialize);