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.4264,-82.5022)};var g_a896144046a1b5bd6e3e034d00b4f73a = new google.maps.Geocoder();g_a896144046a1b5bd6e3e034d00b4f73a.geocode( { 'address': "4020 Hendersonville Rd c, Fletcher, NC 28732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fletcher-NC-criss-cross-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('fletcher-NC-criss-cross-financial-group'), mapOptions);}document.getElementById('4381e61d').innerHTML += ' | View Map';var $la896144046a1b5bd6e3e034d00b4f73a = '

Criss Cross Financial Group

Address: 4020 Hendersonville Rd c, Fletcher, NC 28732, USA
Phone: (828) 684-3521
';var m_a896144046a1b5bd6e3e034d00b4f73a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Criss Cross Financial Group',});m_a896144046a1b5bd6e3e034d00b4f73a['infowindow'] = new google.maps.InfoWindow({content: $la896144046a1b5bd6e3e034d00b4f73a});var infowindow = new google.maps.InfoWindow({content: $la896144046a1b5bd6e3e034d00b4f73a});google.maps.event.addListener(m_a896144046a1b5bd6e3e034d00b4f73a, 'click', function() {infowindow.open(map,m_a896144046a1b5bd6e3e034d00b4f73a);});$marker.push(m_a896144046a1b5bd6e3e034d00b4f73a);}});}google.maps.event.addDomListener(window, 'load', initialize);