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.822,-96.8136)};var g_353663cb98663806cee6342494500af7 = new google.maps.Geocoder();g_353663cb98663806cee6342494500af7.geocode( { 'address': "3710 20th St S, Fargo, ND 58104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-credit-card-processing-company').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-credit-card-processing-company'), mapOptions);}document.getElementById('fd4791ee').innerHTML += ' | View Map';var $l353663cb98663806cee6342494500af7 = '

Credit Card Processing Company

Address: 3710 20th St S, Fargo, ND 58104, USA
Phone: (701) 356-5500
';var m_353663cb98663806cee6342494500af7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Card Processing Company',});m_353663cb98663806cee6342494500af7['infowindow'] = new google.maps.InfoWindow({content: $l353663cb98663806cee6342494500af7});var infowindow = new google.maps.InfoWindow({content: $l353663cb98663806cee6342494500af7});google.maps.event.addListener(m_353663cb98663806cee6342494500af7, 'click', function() {infowindow.open(map,m_353663cb98663806cee6342494500af7);});$marker.push(m_353663cb98663806cee6342494500af7);}});}google.maps.event.addDomListener(window, 'load', initialize);