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.0577,-89.5896)};var g_36609c3d6cf0d6ca0887852c9d84e57d = new google.maps.Geocoder();g_36609c3d6cf0d6ca0887852c9d84e57d.geocode( { 'address': "129 E Jefferson St, Kosciusko, MS 39090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kosciusko-MS-industrial-finance').style.display = '';map = new google.maps.Map(document.getElementById('kosciusko-MS-industrial-finance'), mapOptions);}document.getElementById('3224d11c').innerHTML += ' | View Map';var $l36609c3d6cf0d6ca0887852c9d84e57d = '

Industrial Finance

Address: 129 E Jefferson St, Kosciusko, MS 39090, USA
Phone: (662) 289-2671
';var m_36609c3d6cf0d6ca0887852c9d84e57d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Industrial Finance',});m_36609c3d6cf0d6ca0887852c9d84e57d['infowindow'] = new google.maps.InfoWindow({content: $l36609c3d6cf0d6ca0887852c9d84e57d});var infowindow = new google.maps.InfoWindow({content: $l36609c3d6cf0d6ca0887852c9d84e57d});google.maps.event.addListener(m_36609c3d6cf0d6ca0887852c9d84e57d, 'click', function() {infowindow.open(map,m_36609c3d6cf0d6ca0887852c9d84e57d);});$marker.push(m_36609c3d6cf0d6ca0887852c9d84e57d);}});}google.maps.event.addDomListener(window, 'load', initialize);