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.897,-74.1614)};var g_24c741b77c5ed9c4a4788f8173da2713 = new google.maps.Geocoder();g_24c741b77c5ed9c4a4788f8173da2713.geocode( { 'address': "891 Main St, Paterson, NJ 07503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paterson-NJ-colombia-expreso-envia').style.display = '';map = new google.maps.Map(document.getElementById('paterson-NJ-colombia-expreso-envia'), mapOptions);}document.getElementById('2477077b').innerHTML += ' | View Map';var $l24c741b77c5ed9c4a4788f8173da2713 = '

Colombia Expreso Envia

Address: 891 Main St, Paterson, NJ 07503, USA
Phone: (973) 742-3021
';var m_24c741b77c5ed9c4a4788f8173da2713 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colombia Expreso Envia',});m_24c741b77c5ed9c4a4788f8173da2713['infowindow'] = new google.maps.InfoWindow({content: $l24c741b77c5ed9c4a4788f8173da2713});var infowindow = new google.maps.InfoWindow({content: $l24c741b77c5ed9c4a4788f8173da2713});google.maps.event.addListener(m_24c741b77c5ed9c4a4788f8173da2713, 'click', function() {infowindow.open(map,m_24c741b77c5ed9c4a4788f8173da2713);});$marker.push(m_24c741b77c5ed9c4a4788f8173da2713);}});}google.maps.event.addDomListener(window, 'load', initialize);