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.3782,-81.9779)};var g_a4bc254def844da9f771cd03eb0cb6d4 = new google.maps.Geocoder();g_a4bc254def844da9f771cd03eb0cb6d4.geocode( { 'address': "112 N Main St, Rutherfordton, NC 28139"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rutherfordton-NC-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('rutherfordton-NC-fifth-third-bank'), mapOptions);}document.getElementById('735ae1a4').innerHTML += ' | View Map';var $la4bc254def844da9f771cd03eb0cb6d4 = '

Fifth Third Bank

Address: 112 N Main St, Rutherfordton, NC 28139
Phone: (828) 287-2244
';var m_a4bc254def844da9f771cd03eb0cb6d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_a4bc254def844da9f771cd03eb0cb6d4['infowindow'] = new google.maps.InfoWindow({content: $la4bc254def844da9f771cd03eb0cb6d4});var infowindow = new google.maps.InfoWindow({content: $la4bc254def844da9f771cd03eb0cb6d4});google.maps.event.addListener(m_a4bc254def844da9f771cd03eb0cb6d4, 'click', function() {infowindow.open(map,m_a4bc254def844da9f771cd03eb0cb6d4);});$marker.push(m_a4bc254def844da9f771cd03eb0cb6d4);}});}google.maps.event.addDomListener(window, 'load', initialize);