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.3368,-81.8706)};var g_cc617957758640b1e9c944eadb83f95c = new google.maps.Geocoder();g_cc617957758640b1e9c944eadb83f95c.geocode( { 'address': "300 W Main St, Forest City, NC 28043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-city-NC-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('forest-city-NC-fifth-third-bank--atm'), mapOptions);}document.getElementById('206fba67').innerHTML += ' | View Map';var $lcc617957758640b1e9c944eadb83f95c = '

Fifth Third Bank & ATM

Address: 300 W Main St, Forest City, NC 28043, USA
Phone: (828) 245-1191
';var m_cc617957758640b1e9c944eadb83f95c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_cc617957758640b1e9c944eadb83f95c['infowindow'] = new google.maps.InfoWindow({content: $lcc617957758640b1e9c944eadb83f95c});var infowindow = new google.maps.InfoWindow({content: $lcc617957758640b1e9c944eadb83f95c});google.maps.event.addListener(m_cc617957758640b1e9c944eadb83f95c, 'click', function() {infowindow.open(map,m_cc617957758640b1e9c944eadb83f95c);});$marker.push(m_cc617957758640b1e9c944eadb83f95c);}});}google.maps.event.addDomListener(window, 'load', initialize);