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(34.9288,-80.736)};var g_c64c7085e3ecb77c60caf49560a1ea67 = new google.maps.Geocoder();g_c64c7085e3ecb77c60caf49560a1ea67.geocode( { 'address': "8100 Kensington Dr, Waxhaw, NC 28173"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waxhaw-NC-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('waxhaw-NC-fifth-third-bank'), mapOptions);}document.getElementById('af9e339a').innerHTML += ' | View Map';var $lc64c7085e3ecb77c60caf49560a1ea67 = '

Fifth Third Bank

Address: 8100 Kensington Dr, Waxhaw, NC 28173
Phone: (704) 698-1450
';var m_c64c7085e3ecb77c60caf49560a1ea67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_c64c7085e3ecb77c60caf49560a1ea67['infowindow'] = new google.maps.InfoWindow({content: $lc64c7085e3ecb77c60caf49560a1ea67});var infowindow = new google.maps.InfoWindow({content: $lc64c7085e3ecb77c60caf49560a1ea67});google.maps.event.addListener(m_c64c7085e3ecb77c60caf49560a1ea67, 'click', function() {infowindow.open(map,m_c64c7085e3ecb77c60caf49560a1ea67);});$marker.push(m_c64c7085e3ecb77c60caf49560a1ea67);}});}google.maps.event.addDomListener(window, 'load', initialize);