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(40.7573,-73.9865)};var g_0966762a361310322409dc593b45acda = new google.maps.Geocoder();g_0966762a361310322409dc593b45acda.geocode( { 'address': "1501 Broadway, Office 12021, New York, NY 10036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-money-management-international-mmi').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-money-management-international-mmi'), mapOptions);}document.getElementById('561511eb').innerHTML += ' | View Map';var $l0966762a361310322409dc593b45acda = '

Money Management International (MMI)

Address: 1501 Broadway, Office 12021, New York, NY 10036, USA
Phone: (866) 226-0278
';var m_0966762a361310322409dc593b45acda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Management International (MMI)',});m_0966762a361310322409dc593b45acda['infowindow'] = new google.maps.InfoWindow({content: $l0966762a361310322409dc593b45acda});var infowindow = new google.maps.InfoWindow({content: $l0966762a361310322409dc593b45acda});google.maps.event.addListener(m_0966762a361310322409dc593b45acda, 'click', function() {infowindow.open(map,m_0966762a361310322409dc593b45acda);});$marker.push(m_0966762a361310322409dc593b45acda);}});}google.maps.event.addDomListener(window, 'load', initialize);