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.834,-74.2454)};var g_6c5eb9a660d5b3ae277726c6ec098192 = new google.maps.Geocoder();g_6c5eb9a660d5b3ae277726c6ec098192.geocode( { 'address': "788 Bloomfield Ave, Verona, NJ 07044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('verona-NJ-ftc-america-corp').style.display = '';map = new google.maps.Map(document.getElementById('verona-NJ-ftc-america-corp'), mapOptions);}document.getElementById('db50877b').innerHTML += ' | View Map';var $l6c5eb9a660d5b3ae277726c6ec098192 = '

Ftc America Corp

Address: 788 Bloomfield Ave, Verona, NJ 07044
Phone: (973) 857-0880
';var m_6c5eb9a660d5b3ae277726c6ec098192 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ftc America Corp',});m_6c5eb9a660d5b3ae277726c6ec098192['infowindow'] = new google.maps.InfoWindow({content: $l6c5eb9a660d5b3ae277726c6ec098192});var infowindow = new google.maps.InfoWindow({content: $l6c5eb9a660d5b3ae277726c6ec098192});google.maps.event.addListener(m_6c5eb9a660d5b3ae277726c6ec098192, 'click', function() {infowindow.open(map,m_6c5eb9a660d5b3ae277726c6ec098192);});$marker.push(m_6c5eb9a660d5b3ae277726c6ec098192);}});}google.maps.event.addDomListener(window, 'load', initialize);