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(32.5322,-92.6279)};var g_b868a75cbe1372040841ba8235b4f070 = new google.maps.Geocoder();g_b868a75cbe1372040841ba8235b4f070.geocode( { 'address': "829 E Georgia Ave, Ruston, LA 71270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruston-LA-robert-wiley-consulting').style.display = '';map = new google.maps.Map(document.getElementById('ruston-LA-robert-wiley-consulting'), mapOptions);}document.getElementById('4cf1d33f').innerHTML += ' | View Map';var $lb868a75cbe1372040841ba8235b4f070 = '

Robert Wiley Consulting

Address: 829 E Georgia Ave, Ruston, LA 71270, USA
Phone: (318) 513-1561
';var m_b868a75cbe1372040841ba8235b4f070 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Robert Wiley Consulting',});m_b868a75cbe1372040841ba8235b4f070['infowindow'] = new google.maps.InfoWindow({content: $lb868a75cbe1372040841ba8235b4f070});var infowindow = new google.maps.InfoWindow({content: $lb868a75cbe1372040841ba8235b4f070});google.maps.event.addListener(m_b868a75cbe1372040841ba8235b4f070, 'click', function() {infowindow.open(map,m_b868a75cbe1372040841ba8235b4f070);});$marker.push(m_b868a75cbe1372040841ba8235b4f070);}});}google.maps.event.addDomListener(window, 'load', initialize);