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.5278,-86.7307)};var g_dfdc9e0c03a33349408e99f28d07f899 = new google.maps.Geocoder();g_dfdc9e0c03a33349408e99f28d07f899.geocode( { 'address': "7001 Crestwood Blvd, Irondale, AL 35210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irondale-AL-cash-connection').style.display = '';map = new google.maps.Map(document.getElementById('irondale-AL-cash-connection'), mapOptions);}document.getElementById('a5b145c1').innerHTML += ' | View Map';var $ldfdc9e0c03a33349408e99f28d07f899 = '

Cash Connection

Address: 7001 Crestwood Blvd, Irondale, AL 35210, USA
Phone: (205) 591-8111
';var m_dfdc9e0c03a33349408e99f28d07f899 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Connection',});m_dfdc9e0c03a33349408e99f28d07f899['infowindow'] = new google.maps.InfoWindow({content: $ldfdc9e0c03a33349408e99f28d07f899});var infowindow = new google.maps.InfoWindow({content: $ldfdc9e0c03a33349408e99f28d07f899});google.maps.event.addListener(m_dfdc9e0c03a33349408e99f28d07f899, 'click', function() {infowindow.open(map,m_dfdc9e0c03a33349408e99f28d07f899);});$marker.push(m_dfdc9e0c03a33349408e99f28d07f899);}});}google.maps.event.addDomListener(window, 'load', initialize);