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.7626,-73.9683)};var g_a91efbbeb8cc9eaaa564efdcabd9aeb0 = new google.maps.Geocoder();g_a91efbbeb8cc9eaaa564efdcabd9aeb0.geocode( { 'address': "4, 750 Lexington Ave, New York, NY 10022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-guaranteed-rate').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-guaranteed-rate'), mapOptions);}document.getElementById('cf102dcc').innerHTML += ' | View Map';var $la91efbbeb8cc9eaaa564efdcabd9aeb0 = '

Guaranteed Rate

Address: 4, 750 Lexington Ave, New York, NY 10022, USA
Phone: (212) 318-9482
';var m_a91efbbeb8cc9eaaa564efdcabd9aeb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate',});m_a91efbbeb8cc9eaaa564efdcabd9aeb0['infowindow'] = new google.maps.InfoWindow({content: $la91efbbeb8cc9eaaa564efdcabd9aeb0});var infowindow = new google.maps.InfoWindow({content: $la91efbbeb8cc9eaaa564efdcabd9aeb0});google.maps.event.addListener(m_a91efbbeb8cc9eaaa564efdcabd9aeb0, 'click', function() {infowindow.open(map,m_a91efbbeb8cc9eaaa564efdcabd9aeb0);});$marker.push(m_a91efbbeb8cc9eaaa564efdcabd9aeb0);}});}google.maps.event.addDomListener(window, 'load', initialize);