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.8647,-96.8263)};var g_6a83cd48b0fc245146c20bfed5223a60 = new google.maps.Geocoder();g_6a83cd48b0fc245146c20bfed5223a60.geocode( { 'address': "Fargo, ND 58103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-wells-fargo-equipment-finance').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-wells-fargo-equipment-finance'), mapOptions);}document.getElementById('0c08f598').innerHTML += ' | View Map';var $l6a83cd48b0fc245146c20bfed5223a60 = '

Wells Fargo Equipment Finance

Address: Fargo, ND 58103, USA
Phone: (701) 293-4271
';var m_6a83cd48b0fc245146c20bfed5223a60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Equipment Finance',});m_6a83cd48b0fc245146c20bfed5223a60['infowindow'] = new google.maps.InfoWindow({content: $l6a83cd48b0fc245146c20bfed5223a60});var infowindow = new google.maps.InfoWindow({content: $l6a83cd48b0fc245146c20bfed5223a60});google.maps.event.addListener(m_6a83cd48b0fc245146c20bfed5223a60, 'click', function() {infowindow.open(map,m_6a83cd48b0fc245146c20bfed5223a60);});$marker.push(m_6a83cd48b0fc245146c20bfed5223a60);}});}google.maps.event.addDomListener(window, 'load', initialize);