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.4061,-74.3183)};var g_357cfba15668cc2e1e73111e09d54383 = new google.maps.Geocoder();g_357cfba15668cc2e1e73111e09d54383.geocode( { 'address': "105 White Oak Ln # 5, Old Bridge, NJ 08857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-bridge-township-NJ-amalgamated-credit-bureau-inc').style.display = '';map = new google.maps.Map(document.getElementById('old-bridge-township-NJ-amalgamated-credit-bureau-inc'), mapOptions);}document.getElementById('79f580fc').innerHTML += ' | View Map';var $l357cfba15668cc2e1e73111e09d54383 = '

Amalgamated Credit Bureau Inc

Address: 105 White Oak Ln # 5, Old Bridge, NJ 08857, USA
Phone: (732) 679-9100
';var m_357cfba15668cc2e1e73111e09d54383 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amalgamated Credit Bureau Inc',});m_357cfba15668cc2e1e73111e09d54383['infowindow'] = new google.maps.InfoWindow({content: $l357cfba15668cc2e1e73111e09d54383});var infowindow = new google.maps.InfoWindow({content: $l357cfba15668cc2e1e73111e09d54383});google.maps.event.addListener(m_357cfba15668cc2e1e73111e09d54383, 'click', function() {infowindow.open(map,m_357cfba15668cc2e1e73111e09d54383);});$marker.push(m_357cfba15668cc2e1e73111e09d54383);}});}google.maps.event.addDomListener(window, 'load', initialize);