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(44.7959,-96.4561)};var g_a378639e568c435f8d7e9589c6bad6c0 = new google.maps.Geocoder();g_a378639e568c435f8d7e9589c6bad6c0.geocode( { 'address': "1312 Coteau St, Gary, SD 57237, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gary-SD-american-financial-partners').style.display = '';map = new google.maps.Map(document.getElementById('gary-SD-american-financial-partners'), mapOptions);}document.getElementById('235734f0').innerHTML += ' | View Map';var $la378639e568c435f8d7e9589c6bad6c0 = '

American Financial Partners

Address: 1312 Coteau St, Gary, SD 57237, USA
Phone: (605) 272-5990
';var m_a378639e568c435f8d7e9589c6bad6c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Financial Partners',});m_a378639e568c435f8d7e9589c6bad6c0['infowindow'] = new google.maps.InfoWindow({content: $la378639e568c435f8d7e9589c6bad6c0});var infowindow = new google.maps.InfoWindow({content: $la378639e568c435f8d7e9589c6bad6c0});google.maps.event.addListener(m_a378639e568c435f8d7e9589c6bad6c0, 'click', function() {infowindow.open(map,m_a378639e568c435f8d7e9589c6bad6c0);});$marker.push(m_a378639e568c435f8d7e9589c6bad6c0);}});}google.maps.event.addDomListener(window, 'load', initialize);