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.7599,-74.4164)};var g_37bed4ba4104b283baca0e692f70993f = new google.maps.Geocoder();g_37bed4ba4104b283baca0e692f70993f.geocode( { 'address': "14 Main St #201, Madison, NJ 07940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NJ-guaranteed-rate-of-madison').style.display = '';map = new google.maps.Map(document.getElementById('madison-NJ-guaranteed-rate-of-madison'), mapOptions);}document.getElementById('9384d852').innerHTML += ' | View Map';var $l37bed4ba4104b283baca0e692f70993f = '

Guaranteed Rate of Madison

Address: 14 Main St #201, Madison, NJ 07940, USA
Phone: (973) 295-6478
';var m_37bed4ba4104b283baca0e692f70993f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of Madison',});m_37bed4ba4104b283baca0e692f70993f['infowindow'] = new google.maps.InfoWindow({content: $l37bed4ba4104b283baca0e692f70993f});var infowindow = new google.maps.InfoWindow({content: $l37bed4ba4104b283baca0e692f70993f});google.maps.event.addListener(m_37bed4ba4104b283baca0e692f70993f, 'click', function() {infowindow.open(map,m_37bed4ba4104b283baca0e692f70993f);});$marker.push(m_37bed4ba4104b283baca0e692f70993f);}});}google.maps.event.addDomListener(window, 'load', initialize);