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.3034,-98.9489)};var g_23cf18d8d6910c74725f18da0767d567 = new google.maps.Geocoder();g_23cf18d8d6910c74725f18da0767d567.geocode( { 'address': "13 Main Ave, Kulm, ND 58456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kulm-ND-jbs-inc').style.display = '';map = new google.maps.Map(document.getElementById('kulm-ND-jbs-inc'), mapOptions);}document.getElementById('97bdf72b').innerHTML += ' | View Map';var $l23cf18d8d6910c74725f18da0767d567 = '

Jbs Inc

Address: 13 Main Ave, Kulm, ND 58456, USA
Phone: (701) 647-2712
';var m_23cf18d8d6910c74725f18da0767d567 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jbs Inc',});m_23cf18d8d6910c74725f18da0767d567['infowindow'] = new google.maps.InfoWindow({content: $l23cf18d8d6910c74725f18da0767d567});var infowindow = new google.maps.InfoWindow({content: $l23cf18d8d6910c74725f18da0767d567});google.maps.event.addListener(m_23cf18d8d6910c74725f18da0767d567, 'click', function() {infowindow.open(map,m_23cf18d8d6910c74725f18da0767d567);});$marker.push(m_23cf18d8d6910c74725f18da0767d567);}});}google.maps.event.addDomListener(window, 'load', initialize);