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.193,-80.8263)};var g_ca9fb1d01fb6c899ef4095abc2d3ea13 = new google.maps.Geocoder();g_ca9fb1d01fb6c899ef4095abc2d3ea13.geocode( { 'address': "5033 South Blvd, STE O, Charlotte, NC 28217"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-sharonview-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-sharonview-federal-credit-union'), mapOptions);}document.getElementById('8d7d5b69').innerHTML += ' | View Map';var $lca9fb1d01fb6c899ef4095abc2d3ea13 = '

Sharonview Federal Credit Union

Address: 5033 South Blvd, STE O, Charlotte, NC 28217
Phone: (704) 969-6700
';var m_ca9fb1d01fb6c899ef4095abc2d3ea13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sharonview Federal Credit Union',});m_ca9fb1d01fb6c899ef4095abc2d3ea13['infowindow'] = new google.maps.InfoWindow({content: $lca9fb1d01fb6c899ef4095abc2d3ea13});var infowindow = new google.maps.InfoWindow({content: $lca9fb1d01fb6c899ef4095abc2d3ea13});google.maps.event.addListener(m_ca9fb1d01fb6c899ef4095abc2d3ea13, 'click', function() {infowindow.open(map,m_ca9fb1d01fb6c899ef4095abc2d3ea13);});$marker.push(m_ca9fb1d01fb6c899ef4095abc2d3ea13);}});}google.maps.event.addDomListener(window, 'load', initialize);