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.5758,-80.8191)};var g_05e3927f4a7ed1639bc4b3de1b879a75 = new google.maps.Geocoder();g_05e3927f4a7ed1639bc4b3de1b879a75.geocode( { 'address': "553 E Plaza Dr, Mooresville, NC 28115"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mooresville-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('mooresville-NC-first-bank'), mapOptions);}document.getElementById('9a143d37').innerHTML += ' | View Map';var $l05e3927f4a7ed1639bc4b3de1b879a75 = '

First Bank

Address: 553 E Plaza Dr, Mooresville, NC 28115
Phone: (704) 663-0465
';var m_05e3927f4a7ed1639bc4b3de1b879a75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_05e3927f4a7ed1639bc4b3de1b879a75['infowindow'] = new google.maps.InfoWindow({content: $l05e3927f4a7ed1639bc4b3de1b879a75});var infowindow = new google.maps.InfoWindow({content: $l05e3927f4a7ed1639bc4b3de1b879a75});google.maps.event.addListener(m_05e3927f4a7ed1639bc4b3de1b879a75, 'click', function() {infowindow.open(map,m_05e3927f4a7ed1639bc4b3de1b879a75);});$marker.push(m_05e3927f4a7ed1639bc4b3de1b879a75);}});}google.maps.event.addDomListener(window, 'load', initialize);