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.3614,-88.6952)};var g_625389327b4cd6780392670a7a4d3882 = new google.maps.Geocoder();g_625389327b4cd6780392670a7a4d3882.geocode( { 'address': "2109 B St B, Meridian, MS 39301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-go-finance').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-go-finance'), mapOptions);}document.getElementById('68968a80').innerHTML += ' | View Map';var $l625389327b4cd6780392670a7a4d3882 = '

Go Finance

Address: 2109 B St B, Meridian, MS 39301, USA
Phone: (601) 483-6400
';var m_625389327b4cd6780392670a7a4d3882 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Go Finance',});m_625389327b4cd6780392670a7a4d3882['infowindow'] = new google.maps.InfoWindow({content: $l625389327b4cd6780392670a7a4d3882});var infowindow = new google.maps.InfoWindow({content: $l625389327b4cd6780392670a7a4d3882});google.maps.event.addListener(m_625389327b4cd6780392670a7a4d3882, 'click', function() {infowindow.open(map,m_625389327b4cd6780392670a7a4d3882);});$marker.push(m_625389327b4cd6780392670a7a4d3882);}});}google.maps.event.addDomListener(window, 'load', initialize);