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(31.251,-89.8329)};var g_9b046deadbd67df1c9c117608da3b81a = new google.maps.Geocoder();g_9b046deadbd67df1c9c117608da3b81a.geocode( { 'address': "347 Broad St, Columbia, MS 39429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MS-quick-title-cash-inc').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MS-quick-title-cash-inc'), mapOptions);}document.getElementById('5fef54a6').innerHTML += ' | View Map';var $l9b046deadbd67df1c9c117608da3b81a = '

Quick Title Cash Inc

Address: 347 Broad St, Columbia, MS 39429, USA
Phone: (601) 736-4990
';var m_9b046deadbd67df1c9c117608da3b81a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Title Cash Inc',});m_9b046deadbd67df1c9c117608da3b81a['infowindow'] = new google.maps.InfoWindow({content: $l9b046deadbd67df1c9c117608da3b81a});var infowindow = new google.maps.InfoWindow({content: $l9b046deadbd67df1c9c117608da3b81a});google.maps.event.addListener(m_9b046deadbd67df1c9c117608da3b81a, 'click', function() {infowindow.open(map,m_9b046deadbd67df1c9c117608da3b81a);});$marker.push(m_9b046deadbd67df1c9c117608da3b81a);}});}google.maps.event.addDomListener(window, 'load', initialize);