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(46.8605,-96.8855)};var g_c64f31fbf479197891c67872c34f6f7b = new google.maps.Geocoder();g_c64f31fbf479197891c67872c34f6f7b.geocode( { 'address': "1405 Prairie Pkwy, West Fargo, ND 58078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-fargo-ND-bng-holdings-inc').style.display = '';map = new google.maps.Map(document.getElementById('west-fargo-ND-bng-holdings-inc'), mapOptions);}document.getElementById('67c8ea90').innerHTML += ' | View Map';var $lc64f31fbf479197891c67872c34f6f7b = '

BNG Holdings, Inc.

Address: 1405 Prairie Pkwy, West Fargo, ND 58078, USA
Phone: (888) 777-5659
';var m_c64f31fbf479197891c67872c34f6f7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BNG Holdings, Inc.',});m_c64f31fbf479197891c67872c34f6f7b['infowindow'] = new google.maps.InfoWindow({content: $lc64f31fbf479197891c67872c34f6f7b});var infowindow = new google.maps.InfoWindow({content: $lc64f31fbf479197891c67872c34f6f7b});google.maps.event.addListener(m_c64f31fbf479197891c67872c34f6f7b, 'click', function() {infowindow.open(map,m_c64f31fbf479197891c67872c34f6f7b);});$marker.push(m_c64f31fbf479197891c67872c34f6f7b);}});}google.maps.event.addDomListener(window, 'load', initialize);