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.8741,-96.7874)};var g_e12999c8d752abf6f612f729e4800e77 = new google.maps.Geocoder();g_e12999c8d752abf6f612f729e4800e77.geocode( { 'address': "520 Main Ave, Fargo, ND 58124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-jeffery-maynard---bancwest-investment-services-wealth-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-jeffery-maynard---bancwest-investment-services-wealth-financial-advisor'), mapOptions);}document.getElementById('95826920').innerHTML += ' | View Map';var $le12999c8d752abf6f612f729e4800e77 = '

Jeffery Maynard - BancWest Investment Services Wealth Financial Advisor

Address: 520 Main Ave, Fargo, ND 58124, USA
Phone: (701) 298-5708
';var m_e12999c8d752abf6f612f729e4800e77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jeffery Maynard - BancWest Investment Services Wealth Financial Advisor',});m_e12999c8d752abf6f612f729e4800e77['infowindow'] = new google.maps.InfoWindow({content: $le12999c8d752abf6f612f729e4800e77});var infowindow = new google.maps.InfoWindow({content: $le12999c8d752abf6f612f729e4800e77});google.maps.event.addListener(m_e12999c8d752abf6f612f729e4800e77, 'click', function() {infowindow.open(map,m_e12999c8d752abf6f612f729e4800e77);});$marker.push(m_e12999c8d752abf6f612f729e4800e77);}});}google.maps.event.addDomListener(window, 'load', initialize);