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.5103,-88.3895)};var g_eea8870139b7780b13870d4299006da2 = new google.maps.Geocoder();g_eea8870139b7780b13870d4299006da2.geocode( { 'address': "1510 Gardner Blvd, Columbus, MS 39702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-k-gray-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-k-gray-financial-services'), mapOptions);}document.getElementById('3d19efb5').innerHTML += ' | View Map';var $leea8870139b7780b13870d4299006da2 = '

K Gray Financial Services

Address: 1510 Gardner Blvd, Columbus, MS 39702, USA
Phone: (662) 240-9888
';var m_eea8870139b7780b13870d4299006da2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'K Gray Financial Services',});m_eea8870139b7780b13870d4299006da2['infowindow'] = new google.maps.InfoWindow({content: $leea8870139b7780b13870d4299006da2});var infowindow = new google.maps.InfoWindow({content: $leea8870139b7780b13870d4299006da2});google.maps.event.addListener(m_eea8870139b7780b13870d4299006da2, 'click', function() {infowindow.open(map,m_eea8870139b7780b13870d4299006da2);});$marker.push(m_eea8870139b7780b13870d4299006da2);}});}google.maps.event.addDomListener(window, 'load', initialize);