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.5855,-93.621)};var g_84cf61e41f55f2b94477236758b5738c = new google.maps.Geocoder();g_84cf61e41f55f2b94477236758b5738c.geocode( { 'address': "309 Court Ave #217, Des Moines, IA 50309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('des-moines-IA-nancy-l-thompson-law-office-pc').style.display = '';map = new google.maps.Map(document.getElementById('des-moines-IA-nancy-l-thompson-law-office-pc'), mapOptions);}document.getElementById('e28f16e6').innerHTML += ' | View Map';var $l84cf61e41f55f2b94477236758b5738c = '

Nancy L. Thompson Law Office, P.C.

Address: 309 Court Ave #217, Des Moines, IA 50309, USA
Phone: (515) 875-4850
';var m_84cf61e41f55f2b94477236758b5738c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nancy L. Thompson Law Office, P.C.',});m_84cf61e41f55f2b94477236758b5738c['infowindow'] = new google.maps.InfoWindow({content: $l84cf61e41f55f2b94477236758b5738c});var infowindow = new google.maps.InfoWindow({content: $l84cf61e41f55f2b94477236758b5738c});google.maps.event.addListener(m_84cf61e41f55f2b94477236758b5738c, 'click', function() {infowindow.open(map,m_84cf61e41f55f2b94477236758b5738c);});$marker.push(m_84cf61e41f55f2b94477236758b5738c);}});}google.maps.event.addDomListener(window, 'load', initialize);