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.595,-80.8654)};var g_584172947f57f8040b3f274ff5b24135 = new google.maps.Geocoder();g_584172947f57f8040b3f274ff5b24135.geocode( { 'address': "520 W Plaza Dr, Mooresville, NC 28117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mooresville-NC-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('mooresville-NC-fifth-third-bank'), mapOptions);}document.getElementById('228f7f5d').innerHTML += ' | View Map';var $l584172947f57f8040b3f274ff5b24135 = '

Fifth Third Bank

Address: 520 W Plaza Dr, Mooresville, NC 28117, USA
Phone: (704) 799-2102
';var m_584172947f57f8040b3f274ff5b24135 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_584172947f57f8040b3f274ff5b24135['infowindow'] = new google.maps.InfoWindow({content: $l584172947f57f8040b3f274ff5b24135});var infowindow = new google.maps.InfoWindow({content: $l584172947f57f8040b3f274ff5b24135});google.maps.event.addListener(m_584172947f57f8040b3f274ff5b24135, 'click', function() {infowindow.open(map,m_584172947f57f8040b3f274ff5b24135);});$marker.push(m_584172947f57f8040b3f274ff5b24135);}});}google.maps.event.addDomListener(window, 'load', initialize);