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.7093,-74.0071)};var g_c717899948fe88465f9e08682d1d6a25 = new google.maps.Geocoder();g_c717899948fe88465f9e08682d1d6a25.geocode( { 'address': "123 William St, Floor 21, New York, NY 10038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-fundera').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-fundera'), mapOptions);}document.getElementById('45ebcaff').innerHTML += ' | View Map';var $lc717899948fe88465f9e08682d1d6a25 = '

Fundera

Address: 123 William St, Floor 21, New York, NY 10038, USA
Phone: (800) 386-3372
';var m_c717899948fe88465f9e08682d1d6a25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fundera',});m_c717899948fe88465f9e08682d1d6a25['infowindow'] = new google.maps.InfoWindow({content: $lc717899948fe88465f9e08682d1d6a25});var infowindow = new google.maps.InfoWindow({content: $lc717899948fe88465f9e08682d1d6a25});google.maps.event.addListener(m_c717899948fe88465f9e08682d1d6a25, 'click', function() {infowindow.open(map,m_c717899948fe88465f9e08682d1d6a25);});$marker.push(m_c717899948fe88465f9e08682d1d6a25);}});}google.maps.event.addDomListener(window, 'load', initialize);