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.054,-92.1129)};var g_7400596ae58f74ace29ced0c0a504241 = new google.maps.Geocoder();g_7400596ae58f74ace29ced0c0a504241.geocode( { 'address': "103 Hines St, Grayson, LA 71435, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grayson-LA-citizens-progressive-bank').style.display = '';map = new google.maps.Map(document.getElementById('grayson-LA-citizens-progressive-bank'), mapOptions);}document.getElementById('82ecf3b6').innerHTML += ' | View Map';var $l7400596ae58f74ace29ced0c0a504241 = '

Citizens Progressive Bank

Address: 103 Hines St, Grayson, LA 71435, USA
Phone: (318) 649-2629
';var m_7400596ae58f74ace29ced0c0a504241 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Progressive Bank',});m_7400596ae58f74ace29ced0c0a504241['infowindow'] = new google.maps.InfoWindow({content: $l7400596ae58f74ace29ced0c0a504241});var infowindow = new google.maps.InfoWindow({content: $l7400596ae58f74ace29ced0c0a504241});google.maps.event.addListener(m_7400596ae58f74ace29ced0c0a504241, 'click', function() {infowindow.open(map,m_7400596ae58f74ace29ced0c0a504241);});$marker.push(m_7400596ae58f74ace29ced0c0a504241);}});}google.maps.event.addDomListener(window, 'load', initialize);