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(30.2914,-97.75)};var g_be329442040732a45e4832bf54eaf382 = new google.maps.Geocoder();g_be329442040732a45e4832bf54eaf382.geocode( { 'address': "2601 N Lamar Blvd, Austin, TX 78705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-b3-cash-solutions').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-b3-cash-solutions'), mapOptions);}document.getElementById('d62196aa').innerHTML += ' | View Map';var $lbe329442040732a45e4832bf54eaf382 = '

B3 Cash Solutions

Address: 2601 N Lamar Blvd, Austin, TX 78705, USA
Phone: (800) 538-1579
';var m_be329442040732a45e4832bf54eaf382 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B3 Cash Solutions',});m_be329442040732a45e4832bf54eaf382['infowindow'] = new google.maps.InfoWindow({content: $lbe329442040732a45e4832bf54eaf382});var infowindow = new google.maps.InfoWindow({content: $lbe329442040732a45e4832bf54eaf382});google.maps.event.addListener(m_be329442040732a45e4832bf54eaf382, 'click', function() {infowindow.open(map,m_be329442040732a45e4832bf54eaf382);});$marker.push(m_be329442040732a45e4832bf54eaf382);}});}google.maps.event.addDomListener(window, 'load', initialize);