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.0081,-93.6092)};var g_02180771a9b609a26dcea07f272e141f = new google.maps.Geocoder();g_02180771a9b609a26dcea07f272e141f.geocode( { 'address': "1606 S Duff Ave STE 300, Ames, IA 50010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-global-state-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-global-state-mortgage'), mapOptions);}document.getElementById('e16b49e6').innerHTML += ' | View Map';var $l02180771a9b609a26dcea07f272e141f = '

Global State Mortgage

Address: 1606 S Duff Ave STE 300, Ames, IA 50010, USA
Phone: (515) 233-5046
';var m_02180771a9b609a26dcea07f272e141f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global State Mortgage',});m_02180771a9b609a26dcea07f272e141f['infowindow'] = new google.maps.InfoWindow({content: $l02180771a9b609a26dcea07f272e141f});var infowindow = new google.maps.InfoWindow({content: $l02180771a9b609a26dcea07f272e141f});google.maps.event.addListener(m_02180771a9b609a26dcea07f272e141f, 'click', function() {infowindow.open(map,m_02180771a9b609a26dcea07f272e141f);});$marker.push(m_02180771a9b609a26dcea07f272e141f);}});}google.maps.event.addDomListener(window, 'load', initialize);