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(37.0902,-95.7129)};var g_d7ce99cba8f60eebb9326d8122fa57f8 = new google.maps.Geocoder();g_d7ce99cba8f60eebb9326d8122fa57f8.geocode( { 'address': "57 W 38th St #601, New York, NY 10018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-bell-funding-solutions').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-bell-funding-solutions'), mapOptions);}document.getElementById('3cd9c4d4').innerHTML += ' | View Map';var $ld7ce99cba8f60eebb9326d8122fa57f8 = '

Bell Funding Solutions

Address: 57 W 38th St #601, New York, NY 10018, USA
Phone: (877) 991-2355
';var m_d7ce99cba8f60eebb9326d8122fa57f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bell Funding Solutions',});m_d7ce99cba8f60eebb9326d8122fa57f8['infowindow'] = new google.maps.InfoWindow({content: $ld7ce99cba8f60eebb9326d8122fa57f8});var infowindow = new google.maps.InfoWindow({content: $ld7ce99cba8f60eebb9326d8122fa57f8});google.maps.event.addListener(m_d7ce99cba8f60eebb9326d8122fa57f8, 'click', function() {infowindow.open(map,m_d7ce99cba8f60eebb9326d8122fa57f8);});$marker.push(m_d7ce99cba8f60eebb9326d8122fa57f8);}});}google.maps.event.addDomListener(window, 'load', initialize);