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.5323,-80.6096)};var g_90f7e00a4b69207e536d94d1c5a3f068 = new google.maps.Geocoder();g_90f7e00a4b69207e536d94d1c5a3f068.geocode( { 'address': "2817 N Cannon Blvd, Kannapolis, NC 28083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kannapolis-NC-nationwide-money-services').style.display = '';map = new google.maps.Map(document.getElementById('kannapolis-NC-nationwide-money-services'), mapOptions);}document.getElementById('2a2bf237').innerHTML += ' | View Map';var $l90f7e00a4b69207e536d94d1c5a3f068 = '

Nationwide Money Services

Address: 2817 N Cannon Blvd, Kannapolis, NC 28083, USA
Phone:
';var m_90f7e00a4b69207e536d94d1c5a3f068 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Money Services',});m_90f7e00a4b69207e536d94d1c5a3f068['infowindow'] = new google.maps.InfoWindow({content: $l90f7e00a4b69207e536d94d1c5a3f068});var infowindow = new google.maps.InfoWindow({content: $l90f7e00a4b69207e536d94d1c5a3f068});google.maps.event.addListener(m_90f7e00a4b69207e536d94d1c5a3f068, 'click', function() {infowindow.open(map,m_90f7e00a4b69207e536d94d1c5a3f068);});$marker.push(m_90f7e00a4b69207e536d94d1c5a3f068);}});}google.maps.event.addDomListener(window, 'load', initialize);