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(34.572,-87.013)};var g_da89fc134f0d7c76e3007a0a1ead0cf5 = new google.maps.Geocoder();g_da89fc134f0d7c76e3007a0a1ead0cf5.geocode( { 'address': "2218 Danville Rd SW, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-united-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-united-financial-services-inc'), mapOptions);}document.getElementById('f0836c0a').innerHTML += ' | View Map';var $lda89fc134f0d7c76e3007a0a1ead0cf5 = '

United Financial Services Inc

Address: 2218 Danville Rd SW, Decatur, AL 35601, USA
Phone: (256) 355-1602
';var m_da89fc134f0d7c76e3007a0a1ead0cf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Financial Services Inc',});m_da89fc134f0d7c76e3007a0a1ead0cf5['infowindow'] = new google.maps.InfoWindow({content: $lda89fc134f0d7c76e3007a0a1ead0cf5});var infowindow = new google.maps.InfoWindow({content: $lda89fc134f0d7c76e3007a0a1ead0cf5});google.maps.event.addListener(m_da89fc134f0d7c76e3007a0a1ead0cf5, 'click', function() {infowindow.open(map,m_da89fc134f0d7c76e3007a0a1ead0cf5);});$marker.push(m_da89fc134f0d7c76e3007a0a1ead0cf5);}});}google.maps.event.addDomListener(window, 'load', initialize);