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(44.7735,-85.7036)};var g_6508deb7d1b89059767d5af370618046 = new google.maps.Geocoder();g_6508deb7d1b89059767d5af370618046.geocode( { 'address': "3200 S Airport Rd W, Traverse City, MI 49684"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('traverse-city-MI-cj-banks').style.display = '';map = new google.maps.Map(document.getElementById('traverse-city-MI-cj-banks'), mapOptions);}document.getElementById('c3fa60cc').innerHTML += ' | View Map';var $l6508deb7d1b89059767d5af370618046 = '

CJ Banks

Address: 3200 S Airport Rd W, Traverse City, MI 49684
Phone: (231) 935-4051
';var m_6508deb7d1b89059767d5af370618046 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CJ Banks',});m_6508deb7d1b89059767d5af370618046['infowindow'] = new google.maps.InfoWindow({content: $l6508deb7d1b89059767d5af370618046});var infowindow = new google.maps.InfoWindow({content: $l6508deb7d1b89059767d5af370618046});google.maps.event.addListener(m_6508deb7d1b89059767d5af370618046, 'click', function() {infowindow.open(map,m_6508deb7d1b89059767d5af370618046);});$marker.push(m_6508deb7d1b89059767d5af370618046);}});}google.maps.event.addDomListener(window, 'load', initialize);