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.955,-86.0387)};var g_c105ca8b5f446bfd69de73e75defe1ac = new google.maps.Geocoder();g_c105ca8b5f446bfd69de73e75defe1ac.geocode( { 'address': "116 Church St # 3, Rainbow City, AL 35906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rainbow-city-AL-k-and-k-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('rainbow-city-AL-k-and-k-financial-group'), mapOptions);}document.getElementById('9c89eb03').innerHTML += ' | View Map';var $lc105ca8b5f446bfd69de73e75defe1ac = '

K And K Financial Group

Address: 116 Church St # 3, Rainbow City, AL 35906, USA
Phone: (256) 413-9000
';var m_c105ca8b5f446bfd69de73e75defe1ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'K And K Financial Group',});m_c105ca8b5f446bfd69de73e75defe1ac['infowindow'] = new google.maps.InfoWindow({content: $lc105ca8b5f446bfd69de73e75defe1ac});var infowindow = new google.maps.InfoWindow({content: $lc105ca8b5f446bfd69de73e75defe1ac});google.maps.event.addListener(m_c105ca8b5f446bfd69de73e75defe1ac, 'click', function() {infowindow.open(map,m_c105ca8b5f446bfd69de73e75defe1ac);});$marker.push(m_c105ca8b5f446bfd69de73e75defe1ac);}});}google.maps.event.addDomListener(window, 'load', initialize);