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(41.6284,-93.7325)};var g_ea80c1867131496aea839940af8c46fa = new google.maps.Geocoder();g_ea80c1867131496aea839940af8c46fa.geocode( { 'address': "8300 Douglas Ave, Urbandale, IA 50322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbandale-IA-scott-stone---bancwest-investment-services-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('urbandale-IA-scott-stone---bancwest-investment-services-financial-advisor'), mapOptions);}document.getElementById('58bde25b').innerHTML += ' | View Map';var $lea80c1867131496aea839940af8c46fa = '

Scott Stone - BancWest Investment Services Financial Advisor

Address: 8300 Douglas Ave, Urbandale, IA 50322, USA
Phone: (515) 393-1597
';var m_ea80c1867131496aea839940af8c46fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Stone - BancWest Investment Services Financial Advisor',});m_ea80c1867131496aea839940af8c46fa['infowindow'] = new google.maps.InfoWindow({content: $lea80c1867131496aea839940af8c46fa});var infowindow = new google.maps.InfoWindow({content: $lea80c1867131496aea839940af8c46fa});google.maps.event.addListener(m_ea80c1867131496aea839940af8c46fa, 'click', function() {infowindow.open(map,m_ea80c1867131496aea839940af8c46fa);});$marker.push(m_ea80c1867131496aea839940af8c46fa);}});}google.maps.event.addDomListener(window, 'load', initialize);