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.8495,-96.8634)};var g_564ed2dbdd6f0567500e8a1b7981f28b = new google.maps.Geocoder();g_564ed2dbdd6f0567500e8a1b7981f28b.geocode( { 'address': "4520 19th Ave S #2, Fargo, ND 58103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-tax-pros-inc').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-tax-pros-inc'), mapOptions);}document.getElementById('a5ca76f3').innerHTML += ' | View Map';var $l564ed2dbdd6f0567500e8a1b7981f28b = '

Tax Pros, Inc.

Address: 4520 19th Ave S #2, Fargo, ND 58103, USA
Phone: (701) 492-9000
';var m_564ed2dbdd6f0567500e8a1b7981f28b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tax Pros, Inc.',});m_564ed2dbdd6f0567500e8a1b7981f28b['infowindow'] = new google.maps.InfoWindow({content: $l564ed2dbdd6f0567500e8a1b7981f28b});var infowindow = new google.maps.InfoWindow({content: $l564ed2dbdd6f0567500e8a1b7981f28b});google.maps.event.addListener(m_564ed2dbdd6f0567500e8a1b7981f28b, 'click', function() {infowindow.open(map,m_564ed2dbdd6f0567500e8a1b7981f28b);});$marker.push(m_564ed2dbdd6f0567500e8a1b7981f28b);}});}google.maps.event.addDomListener(window, 'load', initialize);