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(42.0296,-93.6402)};var g_28ed3995f95af51f2a41460ed0be12fc = new google.maps.Geocoder();g_28ed3995f95af51f2a41460ed0be12fc.geocode( { 'address': "600 5th St, Ames, IA 50010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-nations-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-nations-financial-group'), mapOptions);}document.getElementById('82ff4c00').innerHTML += ' | View Map';var $l28ed3995f95af51f2a41460ed0be12fc = '

Nations Financial Group

Address: 600 5th St, Ames, IA 50010
Phone: (515) 233-1847
';var m_28ed3995f95af51f2a41460ed0be12fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nations Financial Group',});m_28ed3995f95af51f2a41460ed0be12fc['infowindow'] = new google.maps.InfoWindow({content: $l28ed3995f95af51f2a41460ed0be12fc});var infowindow = new google.maps.InfoWindow({content: $l28ed3995f95af51f2a41460ed0be12fc});google.maps.event.addListener(m_28ed3995f95af51f2a41460ed0be12fc, 'click', function() {infowindow.open(map,m_28ed3995f95af51f2a41460ed0be12fc);});$marker.push(m_28ed3995f95af51f2a41460ed0be12fc);}});}google.maps.event.addDomListener(window, 'load', initialize);