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.1167,-80.7239)};var g_993feef1557a64fd71a7cb6a70d8eb2a = new google.maps.Geocoder();g_993feef1557a64fd71a7cb6a70d8eb2a.geocode( { 'address': "1818 Matthews Township Pkwy, Matthews, NC 28105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('matthews-NC-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('matthews-NC-fifth-third-bank'), mapOptions);}document.getElementById('ee3a3ce3').innerHTML += ' | View Map';var $l993feef1557a64fd71a7cb6a70d8eb2a = '

Fifth Third Bank

Address: 1818 Matthews Township Pkwy, Matthews, NC 28105
Phone: (704) 841-2202
';var m_993feef1557a64fd71a7cb6a70d8eb2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_993feef1557a64fd71a7cb6a70d8eb2a['infowindow'] = new google.maps.InfoWindow({content: $l993feef1557a64fd71a7cb6a70d8eb2a});var infowindow = new google.maps.InfoWindow({content: $l993feef1557a64fd71a7cb6a70d8eb2a});google.maps.event.addListener(m_993feef1557a64fd71a7cb6a70d8eb2a, 'click', function() {infowindow.open(map,m_993feef1557a64fd71a7cb6a70d8eb2a);});$marker.push(m_993feef1557a64fd71a7cb6a70d8eb2a);}});}google.maps.event.addDomListener(window, 'load', initialize);