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.5403,-93.7213)};var g_f47baa1e0fa1c5b4593a5c532622a500 = new google.maps.Geocoder();g_f47baa1e0fa1c5b4593a5c532622a500.geocode( { 'address': "2128 Benton Rd, Bossier City, LA 71111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bossier-city-LA-express-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('bossier-city-LA-express-check-advance'), mapOptions);}document.getElementById('6e41547e').innerHTML += ' | View Map';var $lf47baa1e0fa1c5b4593a5c532622a500 = '

Express Check Advance

Address: 2128 Benton Rd, Bossier City, LA 71111, USA
Phone: (318) 741-2246
';var m_f47baa1e0fa1c5b4593a5c532622a500 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Advance',});m_f47baa1e0fa1c5b4593a5c532622a500['infowindow'] = new google.maps.InfoWindow({content: $lf47baa1e0fa1c5b4593a5c532622a500});var infowindow = new google.maps.InfoWindow({content: $lf47baa1e0fa1c5b4593a5c532622a500});google.maps.event.addListener(m_f47baa1e0fa1c5b4593a5c532622a500, 'click', function() {infowindow.open(map,m_f47baa1e0fa1c5b4593a5c532622a500);});$marker.push(m_f47baa1e0fa1c5b4593a5c532622a500);}});}google.maps.event.addDomListener(window, 'load', initialize);