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.9294,-87.8127)};var g_92fba86e5806823e61ab77295b2266d6 = new google.maps.Geocoder();g_92fba86e5806823e61ab77295b2266d6.geocode( { 'address': "320 Bankhead Hwy, Winfield, AL 35594, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winfield-AL-quick-cash').style.display = '';map = new google.maps.Map(document.getElementById('winfield-AL-quick-cash'), mapOptions);}document.getElementById('ffa0a42c').innerHTML += ' | View Map';var $l92fba86e5806823e61ab77295b2266d6 = '

Quick Cash

Address: 320 Bankhead Hwy, Winfield, AL 35594, USA
Phone: (205) 487-8788
';var m_92fba86e5806823e61ab77295b2266d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Cash',});m_92fba86e5806823e61ab77295b2266d6['infowindow'] = new google.maps.InfoWindow({content: $l92fba86e5806823e61ab77295b2266d6});var infowindow = new google.maps.InfoWindow({content: $l92fba86e5806823e61ab77295b2266d6});google.maps.event.addListener(m_92fba86e5806823e61ab77295b2266d6, 'click', function() {infowindow.open(map,m_92fba86e5806823e61ab77295b2266d6);});$marker.push(m_92fba86e5806823e61ab77295b2266d6);}});}google.maps.event.addDomListener(window, 'load', initialize);