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(26.2874,-80.1523)};var g_a50649bd61bfa7ab846ee6cca916984a = new google.maps.Geocoder();g_a50649bd61bfa7ab846ee6cca916984a.geocode( { 'address': "4600 N Powerline Rd b, Pompano Beach, FL 33073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pompano-beach-FL-ngp-enterprises').style.display = '';map = new google.maps.Map(document.getElementById('pompano-beach-FL-ngp-enterprises'), mapOptions);}document.getElementById('7c64778b').innerHTML += ' | View Map';var $la50649bd61bfa7ab846ee6cca916984a = '

NGP Enterprises

Address: 4600 N Powerline Rd b, Pompano Beach, FL 33073, USA
Phone: (561) 244-9931
';var m_a50649bd61bfa7ab846ee6cca916984a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NGP Enterprises',});m_a50649bd61bfa7ab846ee6cca916984a['infowindow'] = new google.maps.InfoWindow({content: $la50649bd61bfa7ab846ee6cca916984a});var infowindow = new google.maps.InfoWindow({content: $la50649bd61bfa7ab846ee6cca916984a});google.maps.event.addListener(m_a50649bd61bfa7ab846ee6cca916984a, 'click', function() {infowindow.open(map,m_a50649bd61bfa7ab846ee6cca916984a);});$marker.push(m_a50649bd61bfa7ab846ee6cca916984a);}});}google.maps.event.addDomListener(window, 'load', initialize);