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.3554,-92.4371)};var g_755f175715f0d6ac9b16169fb2ef9149 = new google.maps.Geocoder();g_755f175715f0d6ac9b16169fb2ef9149.geocode( { 'address': "2495 Shreveport Hwy, Pineville, LA 71360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pineville-LA-valex-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pineville-LA-valex-federal-credit-union'), mapOptions);}document.getElementById('0d9d464e').innerHTML += ' | View Map';var $l755f175715f0d6ac9b16169fb2ef9149 = '

Valex Federal Credit Union

Address: 2495 Shreveport Hwy, Pineville, LA 71360, USA
Phone: (318) 443-1200
';var m_755f175715f0d6ac9b16169fb2ef9149 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valex Federal Credit Union',});m_755f175715f0d6ac9b16169fb2ef9149['infowindow'] = new google.maps.InfoWindow({content: $l755f175715f0d6ac9b16169fb2ef9149});var infowindow = new google.maps.InfoWindow({content: $l755f175715f0d6ac9b16169fb2ef9149});google.maps.event.addListener(m_755f175715f0d6ac9b16169fb2ef9149, 'click', function() {infowindow.open(map,m_755f175715f0d6ac9b16169fb2ef9149);});$marker.push(m_755f175715f0d6ac9b16169fb2ef9149);}});}google.maps.event.addDomListener(window, 'load', initialize);