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.32,-81.8592)};var g_562d10f929f467ece23600f6598b5b9f = new google.maps.Geocoder();g_562d10f929f467ece23600f6598b5b9f.geocode( { 'address': "596 S Broadway St, Forest City, NC 28043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-city-NC-b--d-thrift-store--loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('forest-city-NC-b--d-thrift-store--loan-inc'), mapOptions);}document.getElementById('34d1e357').innerHTML += ' | View Map';var $l562d10f929f467ece23600f6598b5b9f = '

B & D Thrift Store & Loan Inc

Address: 596 S Broadway St, Forest City, NC 28043, USA
Phone: (828) 245-3551
';var m_562d10f929f467ece23600f6598b5b9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B & D Thrift Store & Loan Inc',});m_562d10f929f467ece23600f6598b5b9f['infowindow'] = new google.maps.InfoWindow({content: $l562d10f929f467ece23600f6598b5b9f});var infowindow = new google.maps.InfoWindow({content: $l562d10f929f467ece23600f6598b5b9f});google.maps.event.addListener(m_562d10f929f467ece23600f6598b5b9f, 'click', function() {infowindow.open(map,m_562d10f929f467ece23600f6598b5b9f);});$marker.push(m_562d10f929f467ece23600f6598b5b9f);}});}google.maps.event.addDomListener(window, 'load', initialize);