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_0c6de67934d4131901b964842dddfbf6 = new google.maps.Geocoder();g_0c6de67934d4131901b964842dddfbf6.geocode( { 'address': "169 Norman Station Blvd, Mooresville, NC 28117"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mooresville-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mooresville-NC-woodforest-national-bank'), mapOptions);}document.getElementById('30577494').innerHTML += ' | View Map';var $l0c6de67934d4131901b964842dddfbf6 = '

Woodforest National Bank

Address: 169 Norman Station Blvd, Mooresville, NC 28117
Phone: (704) 658-9363
';var m_0c6de67934d4131901b964842dddfbf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_0c6de67934d4131901b964842dddfbf6['infowindow'] = new google.maps.InfoWindow({content: $l0c6de67934d4131901b964842dddfbf6});var infowindow = new google.maps.InfoWindow({content: $l0c6de67934d4131901b964842dddfbf6});google.maps.event.addListener(m_0c6de67934d4131901b964842dddfbf6, 'click', function() {infowindow.open(map,m_0c6de67934d4131901b964842dddfbf6);});$marker.push(m_0c6de67934d4131901b964842dddfbf6);}});}google.maps.event.addDomListener(window, 'load', initialize);