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(42.3464,-83.061)};var g_f67a6bdd00a3d6895522210f2c8f5909 = new google.maps.Geocoder();g_f67a6bdd00a3d6895522210f2c8f5909.geocode( { 'address': "660 Woodward Ave, Detroit, MI 48226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-fn-building-llc').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-fn-building-llc'), mapOptions);}document.getElementById('2b373184').innerHTML += ' | View Map';var $lf67a6bdd00a3d6895522210f2c8f5909 = '

FN BUILDING LLC

Address: 660 Woodward Ave, Detroit, MI 48226
Phone: (313) 223-3800
';var m_f67a6bdd00a3d6895522210f2c8f5909 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FN BUILDING LLC',});m_f67a6bdd00a3d6895522210f2c8f5909['infowindow'] = new google.maps.InfoWindow({content: $lf67a6bdd00a3d6895522210f2c8f5909});var infowindow = new google.maps.InfoWindow({content: $lf67a6bdd00a3d6895522210f2c8f5909});google.maps.event.addListener(m_f67a6bdd00a3d6895522210f2c8f5909, 'click', function() {infowindow.open(map,m_f67a6bdd00a3d6895522210f2c8f5909);});$marker.push(m_f67a6bdd00a3d6895522210f2c8f5909);}});}google.maps.event.addDomListener(window, 'load', initialize);