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.7049,-93.5716)};var g_918e3e308b85e78502c7232a9c304f40 = new google.maps.Geocoder();g_918e3e308b85e78502c7232a9c304f40.geocode( { 'address': "2501 SE Tones Dr Suite 100, Ankeny, IA 50021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ankeny-IA-adamson-insurance--associates').style.display = '';map = new google.maps.Map(document.getElementById('ankeny-IA-adamson-insurance--associates'), mapOptions);}document.getElementById('51373597').innerHTML += ' | View Map';var $l918e3e308b85e78502c7232a9c304f40 = '

Adamson Insurance & Associates

Address: 2501 SE Tones Dr Suite 100, Ankeny, IA 50021, USA
Phone: (515) 965-5552
';var m_918e3e308b85e78502c7232a9c304f40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adamson Insurance & Associates',});m_918e3e308b85e78502c7232a9c304f40['infowindow'] = new google.maps.InfoWindow({content: $l918e3e308b85e78502c7232a9c304f40});var infowindow = new google.maps.InfoWindow({content: $l918e3e308b85e78502c7232a9c304f40});google.maps.event.addListener(m_918e3e308b85e78502c7232a9c304f40, 'click', function() {infowindow.open(map,m_918e3e308b85e78502c7232a9c304f40);});$marker.push(m_918e3e308b85e78502c7232a9c304f40);}});}google.maps.event.addDomListener(window, 'load', initialize);