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(33.6629,-86.545)};var g_9a9b60faeed6d59c14c34c25eb5e2842 = new google.maps.Geocoder();g_9a9b60faeed6d59c14c34c25eb5e2842.geocode( { 'address': "8178 Gadsden Hwy # 104, Trussville, AL 35173, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trussville-AL-keystone-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('trussville-AL-keystone-financial-group'), mapOptions);}document.getElementById('ffc085d5').innerHTML += ' | View Map';var $l9a9b60faeed6d59c14c34c25eb5e2842 = '

Keystone Financial Group

Address: 8178 Gadsden Hwy # 104, Trussville, AL 35173, USA
Phone: (205) 655-7526
';var m_9a9b60faeed6d59c14c34c25eb5e2842 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keystone Financial Group',});m_9a9b60faeed6d59c14c34c25eb5e2842['infowindow'] = new google.maps.InfoWindow({content: $l9a9b60faeed6d59c14c34c25eb5e2842});var infowindow = new google.maps.InfoWindow({content: $l9a9b60faeed6d59c14c34c25eb5e2842});google.maps.event.addListener(m_9a9b60faeed6d59c14c34c25eb5e2842, 'click', function() {infowindow.open(map,m_9a9b60faeed6d59c14c34c25eb5e2842);});$marker.push(m_9a9b60faeed6d59c14c34c25eb5e2842);}});}google.maps.event.addDomListener(window, 'load', initialize);